Markdown syntax guide
Headers
This is a Heading h1
This is a Heading h2
This is a Heading h3
This is a Heading h4
This is a Heading h5
This is a Heading h6
Emphasis
This text will be italic
This will also be italic
This text will be bold
This will also be bold
You can combine them
Lists
Unordered
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 3a
- Item 3b
Ordered
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Checklist
- Task 1
- Task 2
Images

Side by side images
2 Images


3 Images



Mixed Content

Dynamic Text Box
Links
You may be using Markdown Live Preview.
Blockquotes
Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.
Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
Blocks of code
let message = "Hello world";
alert(message);
Inline code
This web site is using markedjs/marked.
Tables
| Left columns | Right columns |
|---|---|
| left foo | right foo |
| left bar | right bar |
| left baz | right baz |
Embedded CSV
Here is the data from example.csv:
| a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
LaTeX
Overflow Testing
Wide Table
| Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 |
|---|---|---|---|---|---|---|---|
| This is a very wide table with a lot of columns to test the horizontal scroll functionality. | More data here to fill the width and ensure it overflows. | Extra content. | More data. | Yet more data. | Constant data. | Still more. | The final column. |
Long Code Block
const veryLongLine = "This is a very long line of code that should definitely cause a horizontal scroll on smaller viewports and even on desktop if the container is narrow enough to prevent it from fitting completely within the specified maximum width of the parent component.";
Unbound Width Component
This component is explicitly set to 150% width and should scroll horizontally without breaking the page layout.
Citations
Standard citation: Nash (1950)
In-text citation: (Doe, 2020)
Multiple citations: (Doe, 2020; Nash, 1950)
References
Doe, J. (2020). A made up article. Journal of Non-Existence.
Nash, J. (1950). Equilibrium points in n-person games. Proceedings of the National Academy of Sciences, 36(1), 48–49.