Typography
19 May 2020 -
1 minute read
Reference: GitHub flavored Markdown.
- Styling text
- Quotes
- Links
- Lists
- Task Lists
- Syntax Highlighting
- MathJAX and LaTeX
- Alerts
- Table of Contents
- Headings
- The largest heading
Styling text
bold
**bold**italic
*italic*strikethrough
~~strikethrough~~bold and italic
***bold and italic***Quotes
This is a quote
>This is a quoteThis is a quote with author
The author
>This is a quote with author
><cite><a href="#">The author</a></cite>Links
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
- unorderedOrdered:
- but
- this
- is
- ordered
1. but
2. this
3. is
4. orderedNested:
-
First point
- but also this
- and also this
- and this one too
-
Second point
1. First point
- but also this
- and also this
- and this one too
2. Second pointTask Lists
- Write some CSS
- Fix bugs
- Add related posts
- [x] Write some CSS
- [ ] Fix bugs
- [ ] Add related postsSyntax Highlighting
MathJAX and LaTeX
Alerts
Table of Contents
Headings
The largest heading
The second largest heading
The smallest heading
# The largest heading
## The second largest heading
###### The smallest heading