Closed jeffchuber closed 1 year ago
I am trying to render Examples in a docstring.
Examples: >>> client.get_or_create_collection("my_collection") collection(name="my_collection", metadata={})
however this is the end result html and rendering on the page
**Examples**: >>> client.get_or_create_collection("my_collection") collection(name="my_collection", metadata={})
Image screenshot
How can I extend the processor to support this kind of docstring?
Ended up doing this! https://github.com/NiklasRosenstein/pydoc-markdown/issues/226
I am trying to render Examples in a docstring.
however this is the end result html and rendering on the page
Image screenshot
How can I extend the processor to support this kind of docstring?