issues
search
NiklasRosenstein
/
pydoc-markdown
Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
462
stars
105
forks
source link
Fix utf8 escape
#282
Closed
hippalectryon-0
closed
1 year ago
hippalectryon-0
commented
1 year ago
Three fixes:
Allow utf-8 python files (it can error in the main branch version)
Allow any type of doc supported by docstring_parser, rather than only REST
Don't html-escape code in blockquotes. (otherwise,
1>2
becomes
1>2
)
NiklasRosenstein
commented
1 year ago
Thanks @hippalectryon-0 !
Three fixes:
1>2
becomes1>2
)