markdown-viewer icon indicating copy to clipboard operation
markdown-viewer copied to clipboard

Ordered bullets and script tags together do not support empty lines

Open openchuep opened this issue 4 years ago • 1 comments
trafficstars

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

  1. python 3.7.9:
Some code

Here

openchuep avatar Feb 04 '21 16:02 openchuep

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 avatar Feb 04 '21 17:02 simov

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

simov avatar Sep 27 '23 07:09 simov