如何在Azure DevOps讨论部分添加表格?

huangapple go评论69阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年6月29日 21:37:02
  • 转载请务必保留本文链接:https://go.coder-hub.com/76581578.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定