3.6 KiB
title | date | tags | |
---|---|---|---|
Test post | 2021-07-26 |
|
This post exists to test various features such as markdown-to-html conversion, table of contents generation, and metadata parsing.
Link
Image
Video
Table
align right | align center | align left |
---|---|---|
one | A | 1 |
two | B | 2 |
three | C | 3 |
List
- Unordered list item
- Unordered list item
- unordered list sub-item
- unordered list sub-item
- Unordered task list item (unchecked)
- Unordered task list item (checked)
- unordered task list sub-item (unchecked)
- unordered task list sub-item (checked)
- Ordered list item
- Ordered list item
- ordered list sub item
- ordered list sub item
- Ordered list task item (unchecked)
- Ordered list task item (checked)
- Ordered list task sub-item (unchecked)
- Ordered list task sub-item (checked)
Footnote
everyone should use tailwind1 and pineapple belongs on pizza2.
Code
Here's a code
. Here are color chips #FFFFFF
#E06C75
#61AFEF
#E5C07B
.
print("And here's a language-specific code block")
# with comments!
x = 256
y = 256
print(x is y) # True. id(x) is indeed equal to id(y)
z = 257
w = 257
print(z is w) # False. id(z) is not equal to id(w)
# Apparently python does this to save memory usage.
# All integers between -5 and 256 share the same id.
block quotes
blockquote
nested blockquote
Text styling
bold
italic
strikethrough
underlined
==marked==
=a=marked with color amber==
=b=blue==
=c=cyan==
=d=brown==
=f=fuchsia==
=g=green==
=h=hotpink==
=l=lime==
=m=magenta==
=n=navyblue==
=o=orange==
=p=purple==
=q=pink==
=r=red==
=s=silver==
=t=teal==
=v=violet==
=x=gray==
=y=yellow==.
This is a ^superscript^ (soon^TM^) and this is a subscript (H2O)
centered paragraph
RED
Callouts & Directives
:::note
Some content with Markdown syntax
.
:::
:::commend
Some content with Markdown syntax
.
:::
:::warn
Some content with Markdown syntax
.
:::
:::deter
Some content with Markdown syntax
.
:::
:::assert
Some content with Markdown syntax
.
:::
:::note{title="Custom title using directives"}
Some content with Markdown syntax
.
:::
Key
Do you remember the first time you pressed Ctrl+C in terminal?
TeX
$KaTeX$ syntax is supported.
using mhchem for chemical formula.
Inline
e=mc^2
is actually e^2=(mc^2)^2 + (pc)^2
.
Block
\ce{6 CO2 + 6 H2O <=>[{photosynthesis}][{respiration}] C6H12O6 + 6 O2}
headers
h1
h2
h3
Lorem ipsum blah blah.
h4
Lorem ipsum blah blah.
h5
Lorem ipsum blah blah.
h6
Lorem ipsum blah blah.