MarkDown-Text
插入图片: 直接拖拽到这里就行了,想必你也不想敲链接()
具体格式: ![Alt text][id]
- 一个惊叹号 !
- 接着一个方括号,里面放上图片的替换文字
- 接着一个普通括号,里面放上图片的网址,最后还可以用引号包住并加上 选择性的 'title' 文字。
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
- 文本1
- 文本2
- 文本3
一盏灯, 一片昏黄; 一简书, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。
一盏灯, 一片昏黄;
斜体:
一盏灯, 一片昏黄;
加粗:
一简书, 一杯淡茶。
超级链接:
简书
代码块的引用:
label.text = @"hello world!";
多行
多行多
多行多行
多行多行多行
多行多行
多行多
多行
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1800 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
<font color=gray size=72>color=red</font>
代码区块的建立是在每行加上4个空格或者一个制表符(如同写代码一样)。如普通段落:
void main()
{
printf("Hello,Markdown.");
}
代码区块的建立是在每行加上4个空格或者一个制表符(如同写代码一样)。如普通段落:
每行代码的前面➕4个空格即可:
label.text = @"hello world!";
👍 基本常用的这些都在这了!谢谢关注!👍
<h2 color:"yellow">This is a heading</h2>
<p style="background-color:green">This is a paragraph.</p>
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
<a name="1" bgcolor="yellow" color="">111</a>