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.
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.
Expandable Note
This is a collapsible note. It starts collapsed.
Collapsible Note
This is a collapsible note. It starts expanded.
Maps#
Term#
The term D&D and DM in some text.
Gallery#




Image Width#
Full width image:

Half width image:

Code Blocks#
code_with_title_and_highlight.html
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>