hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.45k stars 918 forks source link

Several non-standard markdown formats #416

Open Coreusa opened 5 years ago

Coreusa commented 5 years ago

It seems this editor allows for some unsupported markdown, spesifically underline, (i.e: ++underlined++), strikethrough (i.e: ~~strikethrough~~), subscript (i.e: ~test~) and superscript (i.e: ^teset^).

The Github Flavored Markdown allows for strikethroughs, but none of the others. They are not part of any common markdown standard and should be removed.

Further reading: