无标题文章

Markdown简介

Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name.[8][9] Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. —— 维基百科

  • Markdown 的目标是实现「易读易写」
  • 兼容 HTML
  • 特殊字符自动转换

Markdown快速使用参考

标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

复选框

使用 - [ ]- [x] 语法可以创建复选框,实现 todo-list 等功能。例如:

  • [x] 已完成事项
  • [ ] 待办事项1
  • [ ] 待办事项2

粗体、斜体

我是斜体1

我是斜体2

我是粗体

列表

  • 无序列表-01
  • 无序列表-02
  • 无序列表-03
  1. 有序列表-01

  2. 有序列表-02

区块引用

这是一段引用1

这是一段引用2

超链接

我是一个超链接1

我是一个超链接2

图片

我是一张图片

表格

Table Table Table
left center right
left center right
left center right

代码块

var test = function(){
    console.log(' It's a markdown test! ');
};

进一步学习

Markdown 语法说明 (简体中文版)

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • << [访问 Wow!Ubuntu](http://wowubuntu.com)**NOTE:** This is...
    金木水火土V阅读 629评论 0 1
  • 主要内容 Markdown 是什么?谁创造了它?为什么要使用它?怎么使用?谁在用?尝试一下 正文 1. Markd...
    阿甘exe阅读 210评论 0 0
  • [『Cmd 技术渲染的沙箱页面,点击此处编写自己的文档』](https://www.zybuluo.com/mde...
    likaiguo阅读 325评论 0 2
  • ## markdown学习 >Markdown 是一种轻量级的「标记语言」,它的优点很多,目前也被越来越多的写作爱...
    王家小雷阅读 250评论 0 0
  • mac 下: textutil-convert html file.doc-stdout|pandoc-f htm...
    lwPan阅读 403评论 0 1