使用引用
1 | {% blockquote [author[, source]] [link] [source_link_title] %} |
样例
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.
加入Image
1 | {% img [class names] /path/to/image [width] [height] [title text [alt text]] %} |
加入 jsFiddle
1 | {% jsfiddle shorttag [tabs] [skin] [width] [height] %} |
显示文章预览
1 | Next 使用 <!-- more --> |
超链接
文字
1
[链接文章](链接地址 "链接标题")
图片
1
![图片说明](图片链接 "图片标题")
视频
1
2<script src="/js/youtube-autoresizer.js"></script>
<iframe width="640" height="360" src="https://www.youtube.com/embed/HfElOZSEqn4" frameborder="0" allowfullscreen></iframe>引用
使用 > 表示文字引用野火烧不尽,春风吹又生
绘制表格
绘制表格格式如下,| 控制分列,- 控制分行,: 控制对齐方式。
1
2
3
4
5 | Item | Value | Qty |
| :------- | --------: | :---: |
| Computer | 1600 USD | 5 |
| Phone | 12 USD | 12 |
| Pipe | 1 USD | 234 |
Item | Value | Qty |
---|---|---|
Computer | 1600 USD | 5 |
Phone | 12 USD | 12 |
Pipe | 1 USD | 234 |
强调
字体倾斜
字体倾斜
字体加粗
字体加粗_
分割线
删除线
删除线
图片连接:
链接: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15*字体倾斜*
_字体倾斜_
**字体加粗**
__字体加粗___
>分割线
____ 或者 ***
> 删除线
~~删除线~~