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 74 forks source link

[markdown]multi-line code not supported? #78

Open comuslxl opened 9 years ago

comuslxl commented 9 years ago

Code below

> ./configure
> make

should be shown as:

> ./configure
> make

but omnimarkuppreviewer seems not support ``` syntax.

timonwong commented 9 years ago

Of course it's supported by default, unless the fenced_code is removed in the customized options

https://github.com/timonwong/OmniMarkupPreviewer/blob/master/OmniMarkupPreviewer.sublime-settings#L87