front-matter |
---|
This should not be shown in the renderer |
Test various other Markdown syntax here, starting with the table of contents
[[toc]]
See basic syntax here, and extended syntax here!
Let's define the Normal distribution
digraph {
rankdir = LR
A -> B
}
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
While not a markdown syntax, this has a default style:
Press Ctrl + C to copy, and Ctrl + V to paste!
This paragraph has a red background color.{style=background-color:red}
Note
Something to take into account
Tip
Did you know you can do this and that
Important
Crucial information here
Warning
Critical content demanding immediate attention
Caution
Do not do this and that!
With a custom title:
[!NOTE] Foo bar Hello