pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.13k stars 145 forks source link

Strike Through Markdown not working #417

Open cibere opened 1 year ago

cibere commented 1 year ago

Expected Behavior

The strike through to happen https://i.imgur.com/iZsP31F.png

Actual Behavior

The strike through does not happen, and I am left with extra ~s https://i.imgur.com/ePnQrZj.png

Steps to Reproduce

  1. Create a markdown file
  2. Include said markdown file in one of the library's module docstrings
  3. generate the documentation and see the markdown not work

Additional info

If this matters, im using pdoc3 v0.10.0