Test
Some test example.
Level 1
Level 2
Level 3
Level 4
Level 5
Lists
- 1
- 2
- 3
- 4
- 1
- 2
- 3
- 1
- 1
- 2
- 2
Math equation
\(f(x) = \int_0^1 g(x) \text{d}x\)
\[\frac{1}{1-x} = \sum_{n=0}^\infty x^n\]
Code Blocks
Use three backticks to show codes.
1 | def fac(n): |
Use codeblock to show codes.
1 | {% codeblock lang:haskell This is a Haskell code. line_number:false %} |
primes = filterPrime [2..] |
Tabs
This is Tab 1.
This is Tab 2.
This is Tab 3.
Notes
Info Header
Welcome to Hexo!
Warning Header
Welcome to Hexo!
Danger Header
Welcome to Hexo!
Graph
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
stateDiagram [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*]