## 帶鏈接的文字 [簡書](http://www.reibang.com)
帶鏈接的文字
##帶鏈接圖片 ![我的圖片](http://upload-images.jianshu.io/upload_images/700489-26af59b26fd8da32.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
帶鏈接圖片
# 一級標題 ## 二級標題 ### 三級標題 #### 四級標題 ##### 五級標題 ###### 六級標題
一級標題
二級標題
三級標題
四級標題
五級標題
六級標題
- 文本1 - 文本2 - 文本3
- 文本1
- 文本2
- 文本3
1. 文本1 1. 文本2 1. 文本3
- 文本1
- 文本2
- 文本3
文字的引用
> 一盞燈喻奥, 一片昏黃强衡; 一簡書傲隶, 一杯淡茶恢着。 守著那一份淡定倔丈, 品讀屬于自己的寂寞。 保持淡定虫溜, 才能欣賞到最美麗的風景桩皿! 保持淡定, 人生從此不再寂寞验游。
一盞燈充岛, 一片昏黃; 一簡書耕蝉, 一杯淡茶崔梗。 守著那一份淡定, 品讀屬于自己的寂寞赔硫。 保持淡定炒俱, 才能欣賞到最美麗的風景! 保持淡定爪膊, 人生從此不再寂寞权悟。
*一盞燈*, 一片昏黃推盛;**一簡書**峦阁, 一杯淡茶。 守著那一份淡定耘成, 品讀屬于自己的寂寞榔昔。 保持淡定, 才能欣賞到最美麗的風景瘪菌! 保持淡定撒会, 人生從此不再寂寞。
一盞燈师妙, 一片昏黃诵肛;一簡書, 一杯淡茶默穴。 守著那一份淡定怔檩, 品讀屬于自己的寂寞褪秀。 保持淡定, 才能欣賞到最美麗的風景薛训! 保持淡定媒吗, 人生從此不再寂寞。
代碼引用
`hello world`
hello world
多段代碼引用
```
[super layoutSubviews];
UIViewController * vc = [self getViewController];
vc.automaticallyAdjustsScrollViewInsets = NO;
CGRect rect = self.bounds;
self.tabbar.frame = CGRectMake(0, 0, rect.size.width, topBarHeight);
self.tabbar.contentSize = CGSizeMake(_tabbarWidth, 0);
self.contentView.frame = CGRectMake(0, CGRectGetMaxY(self.tabbar.frame), rect.size.width,(self.bounds.size.height - topBarHeight));
CGFloat btnH = topBarHeight;
CGFloat btnX = topBarItemMargin;
for (int i = 0 ; i < self.titles.count; i++) {
UIButton * btn = self.tabbar.subviews[i];
btn.frame = CGRectMake(btnX, 0, btn.frame.size.width, btnH);
btnX += btn.frame.size.width + topBarItemMargin;
}
[self itemSelectedIndex:0];
[super layoutSubviews];
UIViewController * vc = [self getViewController];
vc.automaticallyAdjustsScrollViewInsets = NO;
CGRect rect = self.bounds;
self.tabbar.frame = CGRectMake(0, 0, rect.size.width, topBarHeight);
self.tabbar.contentSize = CGSizeMake(_tabbarWidth, 0);
self.contentView.frame = CGRectMake(0, CGRectGetMaxY(self.tabbar.frame), rect.size.width,(self.bounds.size.height - topBarHeight));
CGFloat btnH = topBarHeight;
CGFloat btnX = topBarItemMargin;
for (int i = 0 ; i < self.titles.count; i++) {
UIButton * btn = self.tabbar.subviews[i];
btn.frame = CGRectMake(btnX, 0, btn.frame.size.width, btnH);
btnX += btn.frame.size.width + topBarItemMargin;
}
[self itemSelectedIndex:0];
## 表格
> |Tables | Are | Cool |
> | ------------- |:-------------:| -----:|
> | col 3 is | right-aligned | $1600 |
> | col 2 is | centered | $12 |
> | zebra stripes | are neat | $1 |
|Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
> dog | bird | cat
> ----:|:------:|:----
> foo | foo | foobar
> bar | barbaz | baz
dog | bird | cat
----:|:------:|:----
foo | foo | foobar
bar | barbaz | baz
## 顯示鏈接中帶括號的圖片
> ![][公式]
> [公式]: http://latex.codecogs.com/gif.latex?\prod%20\(n_{i}\)+1
![][公式]
[公式]: http://latex.codecogs.com/gif.latex?\prod%20\(n_{i}\)+1
[Ps:Markdown 語法說明 (簡體中文版) ](http://wowubuntu.com/markdown/)