Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add table in Azure DevOps discussion section?

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.

like image 546
Steffen Ebert Avatar asked Dec 31 '25 15:12

Steffen Ebert


1 Answers

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.

like image 167
Silvan Avatar answered Jan 02 '26 15:01

Silvan