Backlog supports GitHub Flavored Markdown (GFM).
In this overview, we’ll cover the key GFM formatting rules supported in Backlog.
GitHub Flavored Markdown (GFM) formatting rules
The following can be used for issue or wiki pages:
|
Rule |
Source |
Result |
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Link to an issue, |
BLG-95,[[BLG-98]],[[WikiPageName]] |
|
|||||||||||||||||||||
|
Bold |
''Bold'' |
Bold |
|||||||||||||||||||||
|
Italic |
'''Italic''' |
Italic |
|||||||||||||||||||||
|
Strike |
%%Strike%% |
|
|||||||||||||||||||||
|
Color |
&color(#f00) { Color } |
Color |
|||||||||||||||||||||
|
URL |
https://backlog.com/ |
||||||||||||||||||||||
|
Header |
* Header1 |
|
|||||||||||||||||||||
|
Bulleted List |
- Item-A |
|
|||||||||||||||||||||
|
Numbered List |
+ Item-A |
|
|||||||||||||||||||||
|
Table |
| A | B | C |
|
|
|||||||||||||||||||||
|
Quote |
> Quote {quote} |
|
|||||||||||||||||||||
|
Code Macro |
{code} |
|
|||||||||||||||||||||
|
Link to a Subversion Revision |
#rev(revision number) |
r11 |
|||||||||||||||||||||
|
Link to a Git Revision |
#rev(repository:revision) |
|
|||||||||||||||||||||
|
Table of Contents |
#contents |
|
|||||||||||||||||||||
|
Break |
aaa&br;bbb |
aaa bbb |
|||||||||||||||||||||
|
Insert an image (from other website) |
#image(https://nulab.com/app/assets/img/common/backlog_logo.svg) |
|
|||||||||||||||||||||
|
Insert a thumbnail (from other website) |
#thumbnail(https://nulab.com/app/assets/img/common/backlog_logo.svg) |
|
|||||||||||||||||||||
|
Escape a special letter |
\\%\\%Not struck\\%\\% |Using bars in table| \\|\\| | |
%%Not struck%%
|
The following can be used on wiki pages only:
| Code Macro | {code} package helloworld; public class Hello { public String sayHello { return "Hello"; } } {/code} |
|
|
Cacoo diagram (Viewer) This rule is inserted by toolbar's "Cacoo" button. |
#cacoo([path],[width],[height]) #cacoo([path],[width],[height],[theme]) #cacoo([path],[width],[height],[theme],[sheetNo]) |
|
|
Show attached image file This rule is inserted by toolbar's clip button. |
#image(id number of file) e.g. #image(11) |
|
|
Show attached image file |
#image(name of file) e.g. #image(nulab.png) |
|
|
Display thumbnail of attached image file This rule is inserted by toolbar's clip button. |
#thumbnail(id number of file) e.g. #thumbnail(11) |
|
|
Display thumbnail of attached image file |
#thumbnail(name number of file) e.g. #thumbnail(nulab.png) |
|
|
Show link to attached file This rule is inserted by toolbar's clip button. |
#attach(label for link:id number of file) e.g. #attach(sample.zip:11) |
