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 还没有评估数据。