【问题标题】:How to markdown multiline code blocks in VS Team Services如何在 VS Team Services 中标记多行代码块
【发布时间】:2017-08-29 04:26:37
【问题描述】:

如何在维护新行的 VS 团队服务中编写多行代码块。比如我有两行这样的代码。

line one
line two

但无论我尝试什么,结果总是像这样呈现在一行中。

line one line two

我已尝试遵循here 的指导方针。

反引号前后我都试过了

```
line one
line two
```

四个前导空格

    line one
    line two

前导和尾随空行,每行三倍反引号,将每一行包含在反引号中,以及其他几个选项,但结果不是我想要的。 VS Team Services 中的多行 Markdown 块引号是否有一些技巧来完成这项工作?

【问题讨论】:

  • 我今天查了一下,问题已经解决了。你现在的结果是什么?
  • 是的,看起来它现在正在工作。

标签: markdown azure-devops


【解决方案1】:

相同的内容/代码在仪表板和文件资源管理器(代码 > 文件 > 选择 README.MD)页面中可以正常工作,但在项目页面中不能正常工作。我在这里提交反馈:VSTS Markdown in project page multiple line of code issue,你可以关注它。

【讨论】:

    猜你喜欢
    • 2018-06-24
    • 1970-01-01
    • 1970-01-01
    • 2013-11-27
    • 1970-01-01
    • 2015-11-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多