alexkuz / alexkuz/markdown-react-js
HTML=true in markdownOptions not working
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 105
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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/
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.