Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upMarkdown tables not rendered as tables #64
Comments
This comment has been minimized.
This comment has been minimized.
|
Sorry, nevermind, I didn't even realize tables were not a part of standard Markdown. Would it be easy to add it with this? |
This comment has been minimized.
This comment has been minimized.
|
I generally like Github's version of Markdown, so I wouldn't mind swapping what we have for that. However, I think my strongest preference would be for CommonMark. Does that have tables? |
This comment has been minimized.
This comment has been minimized.
|
Seems like many people don't think tables should even be part of the core spec for Markdown in version 1.0, so it's probably far off... |
This comment has been minimized.
This comment has been minimized.
robmoggach
commented
Jan 10, 2016
|
+1 for tables... maybe a pluggable rendering engine would be nice?? |
This comment has been minimized.
This comment has been minimized.
|
Please see #153 for a unified discussion ticket about docstring flavors. |
cortesi
closed this
Jun 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mikecharles commentedAug 27, 2015
I'm using the following command:
to create an API doc for the following Python script:
Here's the resulting HTML:
Shouldn't pdoc handle any standard markdown syntax?