This is bold text
This is bold text
This is italic text
This is italic text
Strikethrough
无序
+
, -
, or *
有序
1.
Start numbering with offset:
Inline code
Indented code
// Some comments
line 1 of code
line 2 of code
line 3 of code
Block code "fences"
Sample text here...
Syntax highlighting
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
原文:https://www.cnblogs.com/erfsfj-dbc/p/11747676.html