NiklasRosenstein / pydoc-markdown

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

When using MarkdownRenderer allow setting Title #307

Open s-martin opened 6 months ago

s-martin commented 6 months ago

Is your feature request related to a problem? Please describe.

While I can set that the title shall be rendered with render_page_title, I can't set the title itself. It always processes to None. It's also not consistent to the behavoir of render_toc and render_toc_title.

Describe the solution you'd like

I'd like to set the title.