retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.89k stars 196 forks source link

strike-through #632

Closed fastrgv closed 1 year ago

fastrgv commented 1 year ago

I would like to request adding strike-thru text. Apparently the following should show as text with strikeout font:

this is a line of strikeout text

Thx, Rod

fastrgv commented 1 year ago

I have since found that html tags work for me (v7.1.0): this is a line of strikeout text so I will close this issue.

mitya57 commented 1 year ago

Yes, out of the box you can use HTML tags. If you want to use tilde syntax, you can try this third-party extension: https://facelessuser.github.io/pymdown-extensions/extensions/tilde/

See this wiki page for details on how to enable extensions. Extension name here would be pymdownx.tilde.