Post

Text and Typography

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Underline


Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.


Lists

Unordered

  • Unordered item 1
  • Unordered item 2
    • Unordered subitem 1
    • Unordered subitem 2
  • Unordered item 3

Ordered

  1. Ordered item 1
  2. Ordered item 2
  3. Ordered item 3
    1. Ordered subitem 1
    2. Ordered subitem 2

Code

Inline

Here’s an example of inline code: echo "Hello, world!".

Block

1
2
def hello():
    print("Hello, world!")

Tables

Header 1Header 2Header 3
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6