Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

Enhancement request: support double-tilde for strikethrough #29

Closed peterkaminski closed 2 years ago

peterkaminski commented 2 years ago

By convention, Markdown parsers use ~~foo bar baz~~ to create foo bar baz.

Even though this isn't in Gruber's Markdown, add support for it.

See https://python-markdown.github.io/extensions/api/#example_3 for a possible solution. (Also check if there are existing plugins for the Markdown parser.)

peterkaminski commented 2 years ago

Added in v1.8.0.