chore(content): update test post

This commit is contained in:
Kim, Jimin 2023-07-11 09:51:13 +09:00
parent fcad741640
commit 4a59ddb023

View file

@ -11,7 +11,7 @@ This post exists to test various features such as markdown-to-html conversion, t
## Link ## Link
<a href="/search">Go to search</a> <a href="/">Go to Homepage</a>
## Image ## Image
@ -75,12 +75,14 @@ print(z is w) # False. id(z) is not equal to id(w)
# All integers between -5 and 256 share the same id. # All integers between -5 and 256 share the same id.
``` ```
## Text styling ## block quotes
> blockquote > blockquote
> >
> > nested blockquote > > nested blockquote
## Text styling
**bold** **bold**
_italic_ _italic_
~~strikethrough~~ ~~strikethrough~~
@ -108,6 +110,14 @@ _italic_
This is a ^superscript^ (soon^TM^) and this is a ~subscript~ (H~2~O) This is a ^superscript^ (soon^TM^) and this is a ~subscript~ (H~2~O)
<p align="center">
centered paragraph
</p>
<p style="color:rgb(255,0,0)">
RED
</p>
## Callouts & Directives ## Callouts & Directives
:::note :::note
@ -134,16 +144,6 @@ Some **content** with _Markdown_ `syntax`.
Some **content** with _Markdown_ `syntax`. Some **content** with _Markdown_ `syntax`.
::: :::
## CSS styling
<p align="center">
centered paragraph
</p>
<p style="color:rgb(255,0,0)">
RED
</p>
## Key ## Key
Do you remember the first time you pressed <kbd>Ctrl</kbd>+<kbd>C</kbd> in terminal? Do you remember the first time you pressed <kbd>Ctrl</kbd>+<kbd>C</kbd> in terminal?
@ -166,10 +166,9 @@ $$
## headers ## headers
Headers have different size and indentation depending on their level. # h1
- Post title: `h1` ## h2
- this section: `h2`
### h3 ### h3