英文:
How to add table in Azure DevOps discussion section?
问题
我正在尝试在Azure DevOps讨论部分添加一个表格。
我正在使用Azure Boards文档中由微软提供的Markdown示例:
learn.microsoft
| Apple | Banana | Cherry |
|-----------|:-----------:|-----------:|
| China | US | Mexico |
| India | EU | Russia |
预期结果:表格在评论中正确格式化
实际结果:Markdown未渲染为表格
没有出现错误消息。
英文:
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](https://learn.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops#tables "Go to documentation")
| 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
得分: 4
抱歉,在Azure DevOps讨论部分不支持此功能。
您提供的链接说明:
> 您可以在拉取请求、维基和Markdown文件(例如README文件和Markdown小部件)中格式化表格。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论