Markdown|Markdown 常用格式
標題類型
#,##...###### + 空格 + 文字(最高6級)
## This is an H2
This is an H2
引言
> This is a blockquote with two paragraphs.
This is a blockquote with two paragraphs.無序列表
+
,-
,*
,有序列表使用1.2.3....
【Markdown|Markdown 常用格式】- Another item in the same list.
- Another item in the same list.
-
用空行+首行4空格
表示
this is a javascript code
- ``` 內容 ```
test 123
帶底色程式碼 `內容` Use the
printf()
function.分割線
___
,---
,***
鏈接
[an example](http://example.com/ "Title")
代表
This is an example inline link.
[1]: http://google.com/ "Google"
- 用
<>
包住自動連結
http://example.com/
-
_
,*
表示斜體 -
__
,**
表示粗體
![Alt text][src]
[id]: image_src "Optional title attribute"
跳脫字元 如果需要輸入特殊符號(如+,*...),使用反斜杠\
\*literal asterisks\*
輸出為*literal asterisks*輸出一個表格
| email | password |
| --- | --- |
| 123@qq.com | 123456 |
password | |
---|---|
123@qq.com | 123456 |
推荐阅读
- 标签、语法规范、内联框架、超链接、CSS的编写位置、CSS语法、开发工具、块和内联、常用选择器、后代元素选择器、伪类、伪元素。
- 视频转换器哪种好用()
- 数组常用方法一
- 2018-06-29|2018-06-29 这是我的第一篇文章 markdown
- 怎么将桌面上的CAD图纸添加到软件中进行BMP格式转换()
- 常用git命令总结
- java|java 常用知识点链接
- c#常用网址记录
- 5|5 个 PPT 常用快捷键带你从此走向高效
- Python|Win10下 Python开发环境搭建(PyCharm + Anaconda) && 环境变量配置 && 常用工具安装配置