-
Notifications
You must be signed in to change notification settings - Fork 137
Status of support for various Markdown constructs #169
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
Good question! Here's a quick summary of the status:
Community feedback is welcome. |
I'm interested in lists. Maybe I opened this on the wrong repo: microsoft/rushstack#1441 |
No, it definitely needs to be supported by the TSDoc parser first, then API Documenter can add support for rendering it. Could you open a separate TSDoc issue asking for lists specifically? That will make this easier to track, since this issue is "general discussion" not "enhancement" |
Sure, here's one: #178 |
btw where are tables? there is mention about itm but apparently no support form markdown tables. its actually a pain sometimes. |
From the table Octogonz posted above: pipe-and-dash tables | unsupported | |
I tried to use markdown list syntax but that's being parsed as a normal string. What I originally wanted to do is use a list and then use
@link
inside that list, eg:Is markdown support limited to links or does markdown support mean all standard markdown elements such as headings, paragraphs, lists, code blocks etc.
The text was updated successfully, but these errors were encountered: