andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Markdown preview does not support "~~". #58

Closed vi closed 12 years ago

vi commented 12 years ago

Enki's preview show <s>qqq</s> as qqq, but not ~~qqq~~.

Github show ~~qqq~~ as qqq, but not <s>qqq</s>.

I want to preview GitHub's "README.md" in Enki, so features should converge.

andreikop commented 12 years ago

I'll add support for misaka markdown converter, which supports strikethrough extension

andreikop commented 12 years ago

misaka contains C code, so, I decided to extend python-markdown. strikethrough works in the master branch.