标签:就是 set lob man toc center pre rip 设置
今天学习了有道云笔记的markdown功能,找了各种说明案列都练习了一遍,最后一篇总结的还不错的帖子特做收藏。
原文链接如下:http://blog.csdn.net/u011419965/article/details/50536937#字体字号颜色
目录
星号与下划线都可以,单*或_是斜体,双**或__是粗体,符号可跨行,符号可加空格
**一个人来到田纳西**
__毫无疑问__
最好吃的*
一个人来到田纳西
毫无疑问
最好吃的
三个或更多-_*,必须单独一行,可含空格
---
***
___
翻译成html就是
,符号后的空格可不要
> 引用
引用
内层符号前的空格必须要
>引用
>>引用中的引用
引用
引用中的引用
三个或更多
大标题
===
小标题
---
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
符号之后的空格不能少,-+*效果一样,但不能混合使用,因混合是嵌套列表,内容可超长
- 无序列表
- 无序列表
- 无序列表
- 无序列表:我很长。我也很长!那比一比啊
符号之后的空格不能少,-+*效果一样,但不能混合使用,因混合是嵌套列表
* 无序列表
* 无序列表
* 无序列表
* 无序列表:我很长。我也很长!那比一比啊
数字不能省略但可无序,点号之后的空格不能少
1. 有序列表
2. 有序列表
3. 有序列表
4. 有序列表
-+*可循环使用,但符号之后的空格不能少,符号之前的空格也不能少
- 嵌套列表1
+ 嵌套列表2
+ 嵌套列表3
- 嵌套列表4
* 嵌套列表5
- 嵌套列表6
Tooltips可省略
[不如](http://bruce-sha.github.io "不如的博客")
多个感叹号,Tooltips可省略,要设置大小只能借助HTML标记
![GitHub Mark](http://github.global.ssl.fastly.net/images/modules/logos_page/GitHub-Mark.png "GitHub Mark")
索引,1 可以是任意字符
[不如][1]
[1]:http://bruce-sha.github.io
尖括号
<http://ibruce.info>
<bu.ru@qq.com>
http://ibruce.info
bu.ru@qq.com
在第一行后指定编程语言,也可以不指定
``` python
@requires_authorization
def somefunc(param1=‘‘, param2=0):
‘‘‘A docstring‘‘‘
if param1 > param2: # interesting
print ‘Greater‘
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = ‘‘‘interpreter
... prompt‘‘‘
```
可代码高亮
@requires_authorization
def somefunc(param1=‘‘, param2=0):
‘‘‘A docstring‘‘‘
if param1 > param2: # interesting
print ‘Greater‘
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = ‘‘‘interpreter
... prompt‘‘‘
每行文字前加4个空格或者1个Tab
val s = "hello Markdown"
println( s )
val s = "hello Markdown"
println( s )
val s = "hello Markdown"
println( s )
val s = "hello Markdown"
println( s )
用html的注释,好像只有这样?
<!-- 注释 -->
用html的注释,好像只有这样?
Markdown中的转义字符为\,转义的有:
\\ 反斜杠
\` 反引号
\* 星号
\_ 下划线
\{\} 大括号
\[\] 中括号
\(\) 小括号
\# 井号
\+ 加号
\- 减号
\. 英文句号
\! 感叹号
\ 反斜杠
` 反引号
* 星号
_ 下划线
{} 大括号
[] 中括号
() 小括号
# 井号
+ 加号
- 减号
. 英文句号
! 感叹号
| 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 |
或者
项目 | 价格
-------- | ---
Computer | $1600
Phone | $12
Pipe | $1
项目 | 价格 |
---|---|
Computer | $1600 |
Phone | $12 |
Pipe | $1 |
半方大的空白 或 看,飞碟
全方大的空白 或 看,飞碟
不断行的空白格 或 看,飞碟
  段落从此开始。
半方大的空白?或?看,飞碟
全方大的空白?或?看,飞碟
不断行的空白格 或 看,飞碟
??段落从此开始。
<font face="黑体">我是黑体字</font>
<font face="微软雅黑">我是微软雅黑</font>
<font face="STCAIYUN">我是华文彩云</font>
<font color=#0099ff size=12 face="黑体">黑体</font>
<font color=#00ffff size=3>null</font>
<font color=gray size=5>gray</font>
我是黑体字
我是微软雅黑
我是华文彩云
黑体
null
gray
行内标签`
快捷键 `Ctrl + D` 来收藏本页
快捷键 Ctrl + D
来收藏本页
标签:就是 set lob man toc center pre rip 设置
原文地址:http://www.cnblogs.com/xttc/p/8004280.html