Markdown

Headings

1# Heading 1
2## Heading 2
3### Heading 3
4#### Heading 4
5##### Heading 5

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Text styles

1# Bold
2**The quick brown fox jumps over the lazy dog.**
3__The quick brown fox jumps over the lazy dog.__
4# Italic
5*The quick brown fox jumps over the lazy dog.*
6_The quick brown fox jumps over the lazy dog._
7# Bold and Italic
8**_The quick brown fox jumps over the lazy dog._**
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.

Blockquotes

1> The quick brown fox jumps over the lazy dog.
2>> The quick brown fox jumps over the lazy dog.
3>>> The quick brown fox jumps over the lazy dog.
4> **The quick brown fox** *jumps over the lazy dog.*

The quick brown fox jumps over the lazy dog.

The quick brown fox jumps over the lazy dog.

The quick brown fox jumps over the lazy dog.

The quick brown fox jumps over the lazy dog.

 1Monospaced
 2<samp>The quick brown fox jumps over the lazy dog.</samp>
 3
 4Underlined
 5<ins>The quick brown fox jumps over the lazy dog.</ins>
 6
 7Strike-through
 8~~The quick brown fox jumps over the lazy dog.~~
 9
10Subscript <sub>The quick brown fox jumps over the lazy dog.</sub>
11Superscript <sup>The quick brown fox jumps over the lazy dog.</sup>
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.
  • The quick brown fox jumps over the lazy dog.

Subscript The quick brown fox jumps over the lazy dog. Superscript The quick brown fox jumps over the lazy dog.

This text contains subscript text.

Diff Code block

1- this code or text is the old version
2+ this is what it was changed to

Table

 1| Default | Left align | Center align | Right align |
 2| - | :- | :-: | -: |
 3| 9999999999 | 9999999999 | 9999999999 | 9999999999 |
 4| 999999999 | 999999999 | 999999999 | 999999999 |
 5| 99999999 | 99999999 | 99999999 | 99999999 |
 6| 9999999 | 9999999 | 9999999 | 9999999 |
 7
 8| Default    | Left align | Center align | Right align |
 9| ---------- | :--------- | :----------: | ----------: |
10| 9999999999 | 9999999999 | 9999999999   | 9999999999  |
11| 999999999  | 999999999  | 999999999    | 999999999   |
12| 99999999   | 99999999   | 99999999     | 99999999    |
13| 9999999    | 9999999    | 9999999      | 9999999     |
14
15Default    | Left align | Center align | Right align
16---------- | :--------- | :----------: | ----------:
179999999999 | 9999999999 | 9999999999   | 9999999999
18999999999  | 999999999  | 999999999    | 999999999
1999999999   | 99999999   | 99999999     | 99999999
209999999    | 9999999    | 9999999      | 9999999

Output

DefaultLeft alignCenter alignRight align
9999999999999999999999999999999999999999
999999999999999999999999999999999999
99999999999999999999999999999999
9999999999999999999999999999
DefaultLeft alignCenter alignRight align
9999999999999999999999999999999999999999
999999999999999999999999999999999999
99999999999999999999999999999999
9999999999999999999999999999
DefaultLeft alignCenter alignRight align
9999999999999999999999999999999999999999
999999999999999999999999999999999999
99999999999999999999999999999999
9999999999999999999999999999