-
Notifications
You must be signed in to change notification settings - Fork 125
Support for table markdown syntax #1453
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
Yes, please. |
If this is an issue on a large number of pages (or if you're perceiving people are frequently avoiding creating tables because of this bug), elevate to P1. |
The Dart Markdown package supports GFM tables. |
We are also seeing this for Flutter packages. e.g. https://www.dartdocs.org/documentation/url_launcher/latest/ @jcollins-g @devoncarew I suggest we raise this to P1. WDYT? |
Raised to P1 as while this is a not-common problem/feature request, it seems to be high impact. |
Some API pages like the one for DatePipe contain embedded tables, which displays nicely on the TS-side of the docs. Can we get support for tables in Dart API docs too?
This is the table from the DatePipe API page:
which, in GFM is rendered quite nicely as:
cc @kwalrath
The text was updated successfully, but these errors were encountered: