Typography

Reference: GitHub flavored Markdown.

Styling text

bold

**bold**

italic

 *italic*

strikethrough

~~strikethrough~~

bold and italic

***bold and italic***

Quotes

This is a quote

>This is a quote

This is a quote with author
The author

>This is a quote with author  
><cite><a href="#">The author</a></cite>

Theme designed by Alessio Franceschi.

Theme designed by [Alessio Franceschi](https://alessiofranceschi.me).

Links can also be relative. Like this one.

Links can also be relative. [Like this one](/contact.html).

Lists

Unordered:

  • this
  • is
  • unordered
- this
- is
- unordered

Ordered:

  1. but
  2. this
  3. is
  4. ordered
1. but
2. this
3. is
4. ordered

Nested:

  1. First point
    • but also this
    • and also this
      • and this one too
  2. Second point
1. First point
    - but also this
    - and also this
        - and this one too
2. Second point

Task Lists

  • Write some CSS
  • Fix bugs
  • Add related posts
- [x] Write some CSS 
- [ ] Fix bugs
- [ ] Add related posts

Syntax Highlighting

Read here.

MathJAX and LaTeX

Read here.

Alerts

Read here.

Table of Contents

Read here.

Headings

The largest heading

The second largest heading

The smallest heading
# The largest heading
## The second largest heading
###### The smallest heading

Categories:

Typography   Markdown