markdown-it-jsx icon indicating copy to clipboard operation
markdown-it-jsx copied to clipboard

markdown-it-jsx conflict with ``` mark

Open fuhaih opened this issue 6 years ago • 1 comments

    md.render('
    ```js
    const MarkdownIt = require('markdown-it');
    ```
    ')

ouput

<pre>
<code>{`const MarkdownIt = require('markdown-it');
`}</code>
</pre>

fuhaih avatar Jul 17 '19 03:07 fuhaih