This page contains a collection of markdown entities to demo/test their rendering.
Admonitions
Note
Useful information that users should know, even when skimming content. This also has an amount of content which will need to spill onto a new line.
This note also has a link and a link with a title.
Tip
Helpful advice for doing things better or more easily.
Info
Key information users need to know to achieve their goal.
Warning
Urgent info that needs immediate user attention to avoid problems.
Danger
Advises about risks or negative outcomes of certain actions.
Custom Title
This is a note with a custom title.
Maps
(Maps & Data © OpenStreetMap.org contributors)
(Maps & Data © OpenStreetMap.org contributors)
(Maps & Data © OpenStreetMap.org contributors)
(Maps & Data © OpenStreetMap.org contributors)
(Maps & Data © OpenStreetMap.org contributors)
Term
The term D&D and DM in some text.
Gallery




Image Width
Full width image:

Half width image:

Code Blocks
With line numbering:
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>Example HTML5 Document</title>
6</head>
7<body>
8 <p>Test</p>
9</body>
10</html>
With line highlight:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
