Skip to content

如何使用markdown语法来完成我们的博客制作,如此就够了

Notifications You must be signed in to change notification settings

sfanr/markdown-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

markdown-note

如何使用markdown语法来完成我们的博客制作,如此就够了

markdown note

title

h1

h2

h3

h4

h5
h6

blockquotes

块引用

我是下一块

我是下下块

list

  • red
  • blue
  • green
  • red
  • blue
  • green
  • red
  • blue
  • green

1.red 2.blue 3.green

cut-off

分割线


分割线


code

tab or

tab

function echo() {
    this.name = 'unofficial';
    console.log(this.name);
}
echo();
console.log();

link

a link http://www.pushself.com "pushself" logo

font

斜体斜体 粗体粗体 斜体加粗

delete

删除

table

title title
con con
con con

About

如何使用markdown语法来完成我们的博客制作,如此就够了

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published