alexkuz / alexkuz/markdown-react-js
HTML=true in markdownOptions not working
未關閉
- 主要語言
- JavaScript
- 星號
- 105
- 分支
- 16
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Setting `html: true` in markdownOptions doesn't seem to work.
Here's a simple example:
I would expect the `` to render as a link, but it renders as text instead.
```
import React from "react";
import { render } from "react-dom";
import MDReactComponent from "markdown-react-js";
const App = () => (
);
render(, document.getElementById("root"));
```
https://codesandbox.io/s/j4r51776l5
This is working in markdown-it with html enabled
https://markdown-it.github.io/
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。