【发布时间】:2015-02-10 16:26:34
【问题描述】:
我想将以下内容添加到 bitbucket wiki:
Key | Description |Default |
:-----------|:----------------------------------------------|:--------------|
env |Execution context {development|test|production}|development |
Markdown 对许多字符都有反斜杠转义,但管道 (|) 没有。我看到了一个使用{development|test|production} 的解决方案,但这不起作用,因为您不能在 bitbucket markdown 中使用 html。
有没有人找到一种方法在 bitbucket 的降价表中的单元格内容中包含管道字符?
【问题讨论】:
标签: special-characters markdown bitbucket