Example table
| Head | Head2 | Head3 |
|---|---|---|
| val1 | 2 | val3 |
Examples of text styles:
bold text
italic text
underline text
Bold italic text
Strike text
Spoiler text
Example blocks
A simple quote block
A quote block
Quote in Quote
Author
Quote with an author. Only the first
<cite>tag will be catched. More<cite>tags in the same block will be rendered as text.Author2
Code block in quote
const example = () => {
return 1;
};
Example lists
Item 1
Item 2
Item 1
Item 2
Table in item
| Test |
|---|
| This is a table |
Examples of extensive blocks
Caution
A caution block is accepted by Typora and GitHub.
It will be rendered as spoiler block in Steam BBcode.
Important
The important block will be rendered as [b]...[/b].
Warning
This is a block in block. it will be rendered as [u]...[/u].
Note
Tip[!note] or [!tip] blocks will fallback into [quote] blocks.