-------------------------------段落、标题、区块代码
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/languages/go.min.js"></script>Now is the time for all good men to come to the aid of their country. This is just a regular paragraph.
The quick brown fox jumped over the lazy dog's back.
This is a blockquote.
This is the second paragraph in the blockquote.
---------------------------------修辞和强调 Some of these words are emphasized. Some of these words are emphasized also. Use two asterisks for strong emphasis. Or, if you prefer, use two underscores instead. ---------------------------------列表
- Candy.
- Gum.
- Booze.
- Candy.
- Gum.
- Booze.
- Candy.
- Gum.
- Booze. 有序列表
- Red
- Green
- Blue ---------------------------------链接 This is an example link.
你也可以选择性的加上 title 属性: This is an example link.
参考形式的链接让你可以为链接定一个名称,之后你可以在文件的其他地方定义该链接的内容: I get 10 times more traffic from Google than from Yahoo or MSN.
---------------------------------图片

I strongly recommend against using any <blink> tags.
I wish SmartyPants used named entities like —
instead of decimal-encoded entites like —.
If you want your page to validate under XHTML 1.0 Strict, you've got to put paragraph tags in your blockquotes:
For example.
vuejs
<table><tr><td bgcolor=orange>背景色是:orange</td></tr></table>
<table><tr><td bgcolor=#FF4500>这里的背景色是:OrangeRed, 十六进制颜色值:#FF4500, rgb(255, 69, 0)</td></tr></table>class MyClass {
public static myValue: string;
constructor(init: string) {
this.myValue = init;
}
}
import fs = require("fs");
module MyModule {
export interface MyInterface extends Other {
myProperty: any;
}
}
declare magicNumber number;
myArray.forEach(() => { }); // fat arrow syntax