Skip to content

xiaozhouge/markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

-------------------------------段落、标题、区块代码

<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/languages/go.min.js"></script>

A First Level Header

A Second Level Header

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.

Header 3

This is a blockquote.

This is the second paragraph in the blockquote.

This is an H2 in a 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. 有序列表
  1. Red
  2. Green
  3. 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.

---------------------------------图片 alt text

I strongly recommend against using any <blink> tags.

I wish SmartyPants used named entities like &mdash; instead of decimal-encoded entites like &#8212;.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published