bevacqua / woofmark

:dog2: Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
https://bevacqua.github.io/woofmark
MIT License
1.62k stars 74 forks source link

Provide strikethrough function #52

Closed spoorun closed 6 years ago

spoorun commented 7 years ago

The interface does not currently appear to permit a strikethrough function. This would be incredibly useful, and is present on most comparable editors.

bevacqua commented 6 years ago

This simply renders compiled markdown and allows editing of it, but if you want custom Markdown compilation features that'll belong with a markdown parser like markdown-it. I'm sure there's a plugin for what you're asking.