Markdown 语法

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

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

无序列表

  • 文本1
  • 文本2
  • 文本3
  • 星号1
  • 星号2
  • 星号3
  • 加号1
  • 加号2
  • 加号3
  • A list item.

    With multiple paragraphs.

  • Another item in the list.

有序列表

  1. 数字1
  2. 数字2
  3. 数字3

连接文字

百度
百度

I get 10 times more traffic from Google than from
Yahoo or MSN.

I start my morning with a cup of coffee and The New York Times

插入图片

插入图片

自己上传图片

透明图

引用

一盏灯, 一片昏黄; 一, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。

引用诗文

朝辞白帝彩云间
千里江陵一日还
两岸猿声啼不住
轻舟已过万重山

return shell_exec("echo $input | $markdown_script");

这是一个标题。

  1. 这是第一行列表项。
  2. 这是第二行列表项。

给出一些例子代码:

return shell_exec("echo $input | $markdown_script");

粗体和斜体

两个星号的文字斜体, 一片昏黄; 左右各两个星号粗体, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。

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.

代码引用

在一般的段落文字中,你可以使用反引号 ` 来标记代码区段,区段内的 &、< 和 > 都会被自动的转换成 HTML 实体,这项特性让你可以很容易的在代码区段内插入 HTML 码:

I strongly recommend against using any tags.

I wish SmartyPants used named entities like
instead of decimal-encoded entites like .

如果要建立一个已经格式化好的代码区块,只要每行都缩进 4 个空格或是一个 tab 就可以了,而 &、< 和 > 也一样会自动转成 HTML 实体

If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:


For example.

前面加4个空格变成代码区块 或者两个tab
多行首末添加```
#import  
#import 
#import 
#import 
#import 
#import 
#import 
#import 

表格

tables Are Cool type 试下表格
color hao duide 是的啊 problem
tyoe 是的啊 没问题 再见 哈哈

Markdown 支援两种形式的链接语法: 行内 和 参考 两种形式,两种都是使用角括号来把文字转成连结。

参考

你可能感兴趣的:(Markdown 语法)