Closed piroux closed 5 years ago
Thanks for the report! Reproduced with 1.42.0-nightly4 on 10.14.6.
Thanks again for the heads up about this - just wanted to mention that we looked at this again today and decided to close in favor of https://github.com/atom/markdown-preview/issues/342 if you want to subscribe there.
Prerequisites
Description
The parser of markdown-preview seems to not recognize well the delimiter of a code block written directly after a list without any empty line, although it is properly handled on Github. Actually, it seems like markdown-preview is trying to embed the code block at the list level but fail to recognize the end of the code block, whereas Github rendering makes the choice to render all code block outside of the list level.
Steps to Reproduce
Edit by @rsese - for step 1, copy paste this content
Expected behavior:
Preview on Atom should match the one offered by Github:
Actual behavior:
Reproduces how often: Always
Versions
OS: Ubuntu 18.04 x64 Atom: 1.40.0 Electron: 3.1.10 Chrome: 66.0.3359.181 Node: v10.2.0
Additional Information
Other issues related to code preview already filed here:
348
427
530
554