Nec*_*oft 3 markdown bitbucket special-characters
我想将以下内容添加到bitbucket wiki中:
Key | Description |Default |
:-----------|:----------------------------------------------|:--------------|
env |Execution context {development|test|production}|development |
Run Code Online (Sandbox Code Playgroud)
Markdown对许多字符都有反斜杠转义,但不包含管道(|).我看到一个解决方案使用,{development|test|production}但这不起作用,因为你不能在bitbucket markdown中使用html.
有没有人找到一种方法将管道字符包含在bitbucket上的降价表中的单元格内容中?
Bitbucket的Markdown可能不支持HTML,但它确实支持Unicode.在表格单元格内部,您可以使用另一个看起来像管道字符的字符,例如?(0x23AE,INTEGRAL EXTENSION):
Key | Description |Default |
:-----------|:----------------------------------------------|:--------------|
env |Execution context {development?test?production}|development |
Run Code Online (Sandbox Code Playgroud)
此字符不会触发Bitbucket的Markdown表语法.
| 归档时间: |
|
| 查看次数: |
1689 次 |
| 最近记录: |