simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.05k stars 133 forks source link

Ordered bullets and script tags together do not support empty lines #140

Closed openchuep closed 11 months ago

openchuep commented 3 years ago

The following breaks the rendering as soon as there is an empty line in between the ```.

  1. python 3.7.9:
    
    Some code

Here

simov commented 3 years ago

Yes, Remark does not render this case correctly, but Marked does - you can switch to it from the compiler tab. Additionally Markdown Viewer supports a few others when installed locally https://github.com/simov/markdown-viewer#more-compilers

simov commented 11 months ago

Seems to be working in Markdown Viewer v5.2 for all of the supported compilers: marked, remark and markdown-it.