Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Create a new post
$ hexo new "My New Post"More info: Writing
Run server
$ hexo serverMore info: Server
Generate static files
$ hexo generateMore info: Generating
Deploy to remote sites
$ hexo deployMore info: Deployment

Blockquotes
BlockquotesBlockquotesBlockquotesBlockquotesBlockquotesBlockquotesBlockquotes
Links
normal link
normal title link
Direct link:https://www.mdeditor.com
[Anchor link][anchor-id]
[anchor-id]: https://www.mdeditor.com/
mailto:test.test@gmail.com
GFM a-tail link @pandao
Email address is automatically linked test.test@gmail.com www@vip.qq.com
@pandao
Images
Picture plus link (Image + Link):
Lists
Unordered Lists (-)
- List1
- List2
- List3
Unordered Lists (*)
- List1
- List2
- List3
Unordered Lists (+)
- List1
- List2
- List2-1
- List2-2
- List2-3
- List3
- List1
- List2
- List3
Ordered Lists (-)
- first row
- second line
- third row
GFM task list
- GFM task list 1
- GFM task list 2
- GFM task list 3
- GFM task list 3-1
- GFM task list 3-2
- GFM task list 3-3
- GFM task list 4
- GFM task list 4-1
- GFM task list 4-2
Tables
| First Header | Second Header |
|---|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| First Header | Second Header | Second Header | Second Header | Second Header | Second Header | Second Header | Second Header | Second Header | Second Header |
|---|---|---|---|---|---|---|---|---|---|
| Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell |
| Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell |
| Function name | Description | Description | Description |
|---|---|---|---|
help() | Display the help window. | Display the help window. | Display the help window. |
destroy() | Destroy your computer! | Destroy your computer! | Destroy your computer! |
| Left-Aligned | Center Aligned | Right Aligned |
|---|---|---|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| Item | Value |
|---|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
HTML Entities Codes
© & ¨ ™ ¡ £
& < > ¥ € ® ± ¶ § ¦ ¯ « ·
X² Y³ ¾ ¼ × ÷ »
18ºC " '
code
Excuting an order:npm install marked
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
</body>
</html>Css
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}Js
function foo(a,b){
return a + b;
}
console.log(foo(1, 2));