Open
Description
Expected Behavior
I'd like my module docs to be rendered correctly in something like a GitHub README.md
file. Problems are caused with Markdown Extra, I'd like to switch to something simpler.
Actual Behavior
The use of Markdown Extra (and specifically things like definition lists) cause Class methods (or all Class documentation, really) to render as one giant codeblock.
Steps to Reproduce
pdoc foo.py
wherefoo.py
is https://gist.github.com/f0ff886f/99f504e700d2fc0ec9e3a8012d2fa3f9- Output is: https://gist.github.com/f0ff886f/dab4023f59eb54ad7e97b7b983d981e1
Additional info
- pdoc version: 0.9.1