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

It seems that OmniMarkupPreviewer doesn't support Flow in markdown. #127

Open Arthur-Chen-Chinese opened 6 years ago

Arthur-Chen-Chinese commented 6 years ago

I tried these following codes, but it doesn't works.

st=>start: Start
op=>operation: My operation
con=>condition: Yes or no?
e=>end: End

st->op->con
con(yes)->e
con(no)->op

The previewer just presented the code form of it in browser rather than a flow picture.