1.1 wash1
Paragraphs are separated by a blank line.
Two spaces at the end of a line
produces a line break.
Horizontal rule:
使用图片时候语法与链接很像,但是链接位置要给出图片链接。图片链接可以使用免费图床上传上去进行生成。
上面两个都操作麻烦而且说不定哪天收费,现在可以将图片放在github仓库中,并将链接中的blob改为raw即可 展示如下:
本地
网上链接
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
First Header | Second Header |
---|---|
Right | Middle |
Content in the first column | Content in the second column |
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
Markdown All in One
| Shortcut | Meaning | | —————: | :————————–: | | Ctrl + B | Toggle bold | | Ctrl + I | Toggle italic | | Alt + S | Toggle strikethrough | | Ctrl + Shift + ] | Toggle heading (uplevel) | | Ctrl + Shift + [ | Toggle heading (downlevel) | | Ctrl + M | Toggle math environment | | Alt + C | Check/Uncheck task list item |