timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 75 forks source link

Code block not rendered correctly in a bullet list #129

Open robinzimmermann opened 6 years ago

robinzimmermann commented 6 years ago

The following markdown does not render correctly:

==== BEGIN example markdown ====

  1. Run the following commands to achieve extreme success:

    $ cd ..
    $ echo "extreme success!"
    $ cd doc
  2. Now keep going.

==== END example markdown ====

In OmniMarkupPreviewer, the code block is all written in a single line. In GitHub, it is rendered correctly as three lines.