I am trying to add a table in the Azure DevOps discussion section.
I am using the markdown example given by MS from the Azure Boards documentation: learn.microsoft
| Apple | Banana | Cherry |
|-----------|:-----------:|-----------:|
| China | US | Mexico |
| India | EU | Russia |
Expected result: Table gets formatted correctly in the comment Actual result: Markdown does not get rendered as table
No error messages appear.
Unfortunately, this is not supported in the Azure DevOps discussion section.
The link you provided states:
You can format tables in pull requests, wiki, and Markdown files such as README files and Markdown widgets.