hoducha / wp-markdown-editor

Markdown Editor for Wordpress
GNU General Public License v2.0
64 stars 15 forks source link

sequence doesn't show correctly #16

Open CCMEOW opened 7 years ago

CCMEOW commented 7 years ago

when I try to draw a flow or sequece, I guess it takes it as code. and the given reference url on the plugin page need password???

here is an example copied from other markdown editor.

    Alice->John: Hello John, how are you?
    loop every minute
        John-->Alice: Great!
    end

thanks for your effort : ) the plugin is really great