hexo icon

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 server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment



Blockquotes

BlockquotesBlockquotesBlockquotesBlockquotesBlockquotesBlockquotesBlockquotes

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 (-)

  1. first row
  2. second line
  3. 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 HeaderSecond Header
Content CellContent Cell
Content CellContent Cell
First HeaderSecond HeaderSecond HeaderSecond HeaderSecond HeaderSecond HeaderSecond HeaderSecond HeaderSecond HeaderSecond Header
Content CellContent CellContent CellContent CellContent CellContent CellContent CellContent CellContent CellContent Cell
Content CellContent CellContent CellContent CellContent CellContent CellContent CellContent CellContent CellContent Cell
Function nameDescriptionDescriptionDescription
help()Display the help window.Display the help window.Display the help window.
destroy()Destroy your computer!Destroy your computer!Destroy your computer!
Left-AlignedCenter AlignedRight Aligned
col 3 issome wordy text$1600
col 2 iscentered$12
zebra stripesare neat$1
ItemValue
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));

Author : Black awn

Link : https://blackawn.me/posts/2021/05/3b2e8a4bfa65.html

Copyright :  Attribution-NonCommercial-NoDerivatives 4.0 International(CC BY-NC-ND 4.0)

Thx you.

@2021-2022 - Black awn

Theme - awn & Drive by Hexo

  1. Create a new post
  2. Run server
  3. Generate static files
  4. Deploy to remote sites
  5. Blockquotes
  6. Links
  7. Images
  8. Lists
    1. Unordered Lists (-)
    2. Unordered Lists (*)
    3. Unordered Lists (+)
    4. Ordered Lists (-)
    5. GFM task list
  9. Tables
  10. HTML Entities Codes
  11. code
  12. HTML
  13. Css
  14. Js