How to add table in Azure DevOps discussion section?

941 Views Asked by At

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.

1

There are 1 best solutions below

0
Silvan On BEST ANSWER

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.