Heading (h2)
h3
h4
h5
h6
Heading link
Image (click to zoom in/out)
1 | <!-- new line --> |
Inline image
Not bad.
With link
hr
Below is a <hr>
, I guess.
Above is a <hr>
, I guess.
List
Unordered list
- list item
- list item
- list item
- list item
- list item
- list item
- list item
Ordered list
- list item
- list item
- list item
- list item
- list item
- list item
- list item
Checklist
- Get up at 7:00 AM
- Eat breakfast
- Go to bet before 11:00 PM
Table
Hear no evil | Speak no evil | See no evil |
---|---|---|
🙉 | 🙊 | 🙈 |
Text align
Hear no evil | Speak no evil | See no evil |
---|---|---|
🙉 | 🙊 | 🙈 |
Headless
1 | | | |
One | Two | Three |
Long table
Sun With Face | Grinning Face | Smiling Face | Grinning Face With Big Eyes | Smiling Face With Smiling Eyes | Full Moon Face | Grinning Face With Smiling Eyes | Face With Monocle | Cowboy Hat Face | Thinking Face | Face Vomiting |
---|---|---|---|---|---|---|---|---|---|---|
🌞 | 😀 | ☺️ | 😃 | 😊 | 🌝 | 😄 | 🧐 | 🤠 | 🤔 | 🤮 |
Blockquote
(https://hexo.io/docs/tag-plugins#Block-Quote)
Every interaction is both precious and an opportunity to delight.
NEW: DevDocs now comes with syntax highlighting. http://devdocs.io
Code Block
1 | class Utils { |
With caption
(https://hexo.io/docs/tag-plugins#Code-Block)
1 | _.compact([0, 1, false, 2, '', 3]); |
With blockquote
1
2
3 interface World {
stop: () => never;
}
Gist
(https://hexo.io/docs/tag-plugins#Gist)
Embed(iframe)
<script> ⚠
1 | stars: <span id="stargazers_count"></span> |
stars:
To enable code minification, run npm install terser
.
MathJax (SSR)
When , there are two solutions to and they are
Extensions
Timeline
1 | ::: timeline |
- xxx 2020/04/10
- xxx 2020/04/11
- xxx 2020/04/12
- xxx 2020/04/13
Collapsable
1 | ::: collapse Click to show a secret |
or just use native html tag
1 | <details> |
Click to show a secret
🥱 You got me !
Tree
1 | # square by default |
level 1
- level 3
level 2
level 1
- level 3
level 2
level 1
- level 3
level 2
footnote
Here is a footnote reference,[1] and another.[2]