gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

Is it safe to use for non Github Markdowns? #17

Closed 0xgrm closed 10 years ago

0xgrm commented 10 years ago

Hi,

I want to be serious in regards of Markdown and I find your plugin excellent. However, I will write first in MultiMarkdown or original Markdown.

Is this plugin safe to use with these Markdowns?

gabrielelana commented 10 years ago

@uryupinsk I don’t know what do you mean by “safe”

If you mean that your text would not be corrupted in some way then yes, it’s completely safe.

If you mean that all elements are highlighted exactly as they would be rendered by MultiMarkdown or by the original Markdown then no, for now this follow the GFM (Github Flavoured Markdown) syntax.

In practical terms, some things would not be highlighted properly but it depends on what you are writing and on what feature/extensions of the syntax you want to use

My advice is to try it and see if it suits your needs

wilmoore commented 10 years ago

FYI: +1 - you should try it. It makes editing *.md files much nicer.