Markdown
./src/pages
./src/pages/about.md
/about
Blockquote
> Alpha bravo charlie.
Alpha bravo charlie.
break
one
two
three
four\
five\
six
code
```js
function test() {
console.liog("ok")
}
```
function test() {
console.liog("ok")
}
shiki
definition
[Alpha]: https://example.com
[^alpha]: bravo and charlie.
[^alpha]
delete
~spicy redacted~
emphasis
*alpha* _bravo_
heading
# heading1
## heading2
### heading3
html
<div style="border: 3px solid green">green html box</div>
image
![img alt](/favicon/favicon-16x16.png "img title")
imageReference
![alpha][bravo]
inlineCode
We like to `code` things.
code
link
[Home](/)
[Home](/ "with title")
linkReference
[alpha][Bravo]
list
+ Sally
+ Timmy
+ Oliver
Sally Timmy Oliver
1. one
2. two
3. three
one two three
+ [ ] Things
+ [x] I want
+ [ ] To do
Things I want To do
paragraph
Alpha bravo charlie.
root
strong
**alpha** __bravo__
text
Alpha bravo charlie.
thematicBreak
***
---
table
| left aligned | centered | right aligned |
| :-- | :-: | --: |
| 👈 | 😎 | 👉 |