简书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 |
网友评论