Bold
Italic
Bold + Italic
Underline
Strikethrough
Highlight
Highlight text with a default highlight color:{...} accepts any CSS color.
Inline code
Links
Line breaks
Use<br> for a line break within a paragraph:
<br>, consecutive lines in the same paragraph are joined with a space.
Inline variables
Reference variables inline with double curly braces:Nesting
Inline formatting can be nested. For example, bold text can contain abbreviations or citations:~ABK~) and citations (@[key]) inside bold, italic, underline, strikethrough, and highlight marks.
Summary
| Format | Syntax |
|---|---|
| Bold | **text** or __text__ |
| Italic | *text* or _text_ |
| Bold Italic | ***text*** |
| Underline | ++text++ |
| Strikethrough | ~~text~~ |
| Highlight | ==text== |
| Highlight (color) | ==text=={#color} |
| Inline code | `code` |
| Link | [text](url) |
| Variable | {{name}} |
| Line break | <br> |
