Open mvelosop opened 5 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
Thanks @mvelosop for filing this issue. @SyntaxC4 @meganbradley would you be the right folks to discuss this customer suggestion with?
@mairaw @mvelosop @SyntaxC4 we aren't likely to implement support for Markdown grid tables, but are planning to create a new Docs Markdown extension for tables to address various issues. I've added a link to this request in the iternal feature so we can consider these requirements when we create the new extension.
https://ceapex.visualstudio.com/Engineering/_workitems/edit/119502
Thanks @meganbradley.
Just let me know in case you need some help in whatever form.
I'm also an indirect stakeholder here, because I developed a docx+pdf generator, that generates e-books from the docs repo, that's currently used to generate five e-books for the .NET Architecture Guides site.
Since I'll have to adapt to the new table format, I'd like to get started as soon as there's something to work on.
Thanks a lot!
Is your feature request related to a problem? Please describe. Some times you need to create a table in html because the content can't be easily prepared in MD, for example, when using breaks in table cells.
Case in point: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/net-core-net-framework-containers/container-framework-choice-factors
The original html table was:
Describe the solution you'd like Use the grid tables extension already supported by markdig
It'd be like this with grid tables:
As for authoring a Grid Table, this VS Code extension could help: https://marketplace.visualstudio.com/items?itemName=shuworks.vscode-table-formatter
Describe alternatives you've considered Using standard, more readable (š¤?) md that still needs some html:
Additional context Nothing else.
Thanks š