簡書Markdown編輯模式設置(web端)
- 登陸簡書
- 點擊頁面左側設置
- 右邊設置里有一個基本設置,基本設置里有一個 選擇常用的編輯器 ,選中 Markdown
- 新建文章
- 點擊 切換到預覽模式,既可以開始你的Markdown寫作旅程了。
誰在使用Markdown
Markdown 誕生于互聯網時代,更是由深諳互聯網文本之道的 John Gruber 等人設計。因為 Ruby 與 Github 圈的極客們的熱捧,以及來自 Github、Stackoverflow 等網站的大力支持(Github 和 Stackoverflow 的 Issues, comments, pull request descriptions and READMEs 都支持 Markdown 語法)。從一開始,就建立一個完整的生態鏈。
一切就這么簡單。Markdown之所以在被鼓吹之后,越來越流行,不是因為它復雜,而是因為它足夠簡單。
Markdown基本語法
-
Markdown代碼塊寫入
public static void main(String[] args) {
boolean a = true || true && false;
System.out.println(a);
} -
無序列表
. 斜體 斜體
. 粗體
. 無序列表行3
-
表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |