backlog-notation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesebacklog-notation
Backlog記法
Backlog notation (Backlog記法) syntax reference. This is not Markdown — do not mix the two syntaxes.
Backlog記法(Backlog notation)语法参考。这不是Markdown——请勿混用两种语法。
Quick Reference
快速参考
| Feature | Syntax |
|---|---|
| Heading | |
| Bold | |
| Italic | |
| Strikethrough | |
| Color | |
| Color + background | |
| Bullet list | |
| Numbered list | |
| Checklist | |
| Link | |
| Labeled link | |
| Issue link | |
| Quote | |
| Code block | |
| Code (lang) | |
| Image | |
| Thumbnail | |
| Table of contents | |
| Line break | |
| Escape | |
| 功能 | 语法 |
|---|---|
| 标题 | |
| 粗体 | |
| 斜体 | |
| 删除线 | |
| 文字颜色 | |
| 文字颜色+背景色 | |
| 无序列表 | |
| 有序列表 | |
| 复选列表 | |
| 链接 | |
| 带标签的链接 | |
| 问题链接 | |
| 引用 | |
| 代码块 | |
| 带语言标识的代码块 | |
| 图片 | |
| 缩略图 | |
| 目录 | |
| 换行 | |
| 转义 | 在特殊字符前添加 |
Tables
表格
Separate cells with . End a row with for a header row. Prefix a cell with for a row header. Use to merge a cell with the one to its left.
|h~>|Name|Value|Note|h
|~Header|data 1|data 2|
|Span two||>|使用分隔单元格。在行尾添加标记表头行。在单元格前添加标记行表头。使用将单元格与其左侧单元格合并。
|h~>|Name|Value|Note|h
|~Header|data 1|data 2|
|Span two||>|Markdown → Backlog Notation Conversion
Markdown → Backlog記法转换
| Markdown | Backlog Notation |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| N/A | |
| Markdown语法 | Backlog記法 |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| 在行尾添加 |
| 无对应语法 | |
Gotchas
注意事项
- No inline code syntax — only block-level
{code}...{/code} - blocks cannot be nested
{quote} - Checklists work only in issue descriptions, not in comments or wikis
- Supported code languages: ,
java,cs,js,python,ruby,perl,php,sql,html,xml,css, etc.shell
- 不支持行内代码语法——仅支持块级的
{code}...{/code} - 块无法嵌套
{quote} - 复选列表仅在问题描述中可用,不适用于评论或维基页面
- 支持的代码语言:、
java、cs、js、python、ruby、perl、php、sql、html、xml、css等shell