-
-
Notifications
You must be signed in to change notification settings - Fork 144
How to switch from Markdown Extra to other Markdown flavors? #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is primarily a documentation bug. |
Ah I see, so we can just create a whole new template to fit whatever style of Markdown we wish. Cool, I will try to make something visually appealing and share it back. |
@f0ff886f Glad you created this issue--it enabled me to find half an answer to my problem (generating API documentation automatically for my git repo). Now for the other half ;) -- did you ever create such a template?
|
I've been munging the text template for my own uses but can't get past the fact that the markdown-generating code produces non-markdown output:
This isn't interpreted by MD renderers I'm aware of. Looking at the code in Suggestions welcome, not sure where I'm going wrong. |
Created a text template for my use and possibly others can make use of it too. |
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/99f504e700d2fc0ec9e3a8012d2fa3f9Additional info
The text was updated successfully, but these errors were encountered: