NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
458 stars 102 forks source link

feature request: jinja2 renderer #175

Closed nnnewb closed 3 years ago

nnnewb commented 3 years ago

https://github.com/NiklasRosenstein/pydoc-markdown/blob/e7888af48d99287d70e89b51a09fc8d8d702d3cd/pydoc-markdown/src/pydoc_markdown/contrib/renderers/markdown.py#L199-L216

after looking into source code of markdown renderer, I start thinking is there any better way to implement an complex document, then jinja2 comes out my mind.

more customizability, clean and readable.

nnnewb commented 3 years ago

never mind

NiklasRosenstein commented 3 years ago

What had you change your mind @nnnewb ? A Jinja renderer may be quite useful indeed.