Hello World
Welcome to my blog!
This is my first post. I’m going to share some basic markdown syntax.
Header 1
md
1 | # Header 1 |
Header 2
md
1 | ## Header 2 |
- list 1
- list 2
md
1 | - list 1 |
- list 1
- list 2
md
1 | 1. list 1 |
bold
md
1 | **bold** |
italic
md
1 | *italic* |
quote
md
1 | > quote |
code
md
1 | `code` |
multiline code
- use 3 backticks to start and end a code block
python
1 |
|
latex
1 | \begin{aligned} |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment