不同段落之间以空行分割, 就像英文的文章.
同一段落内可以使用行末的两个空格进行强制
换行
使用>
进行引用, 引用可以嵌套, 里面也可以使用其他格式.
如下面的例子
引用
引用
嵌套引用
恢复
引用中的H3标题
- 引用中的有序 列表项
- 引用中的有序 列表项
- 引用中的有序 列表项
- 引用中的有序 列表项
- 引用中的 一级 无序列表项_
- 二级
- 三级
换行- 引用中的 列表项
引用中的代码
return shell_exec("echo $input | $markdown_script");
主程序Hello
如下
# Language: markup
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="file://C:/Users/Jicun/F_Prg/Markdown/MD.css">
<link rel="stylesheet" href="file://C:/Users/Jicun/F_Prg/Markdown/prism.css">
<script src="file://C:/Users/Jicun/F_Prg/Markdown/prism.js">
<style type="text/css">body{font-family:"Times New Roman",georgia;font-size:20px;font-weight:normal;color:#276904;background-color:#FAFFD0}
<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax:{inlineMath:[['$','$'],['\\(','\\)']], skipTags:['script','noscript','style','textarea','pre']}});
<script type="text/javascript" src="file://C:/Users/Jicun/F_Prg/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
<h1 id="转战markdown">转战Markdown
<h2 id="2014-02-0211:08:34">2014–02–02 11:08:34
# Language: bash
function CntAtm {
usage="\
\>>>>>>>>>>>>>>>> CntAtm(COM) <<<<<<<<<<<<<<<<
\>> Usage: CntAtm {Icnt1} {Icnt2} {R12Max} {XYZ}
\>> Default: CntAtm 1 1 5 XY
\>> Icnt1|2: #Iatm to define the center
\>> R12Max: Only print configuration with #Icnt1-#Icnt2 distance < R12Max
\>> XYZ: Apply PBC to X|Y|Z"
[[ $# -lt 1 ]] && { echo "$usage"; exit; }
File=${1%\.gro}; shift
Icnt1=1; Icnt2=1; R12Max=5; YesXYZ="XY"; YesCOM=1
[[ x$1 != x ]] && { Icnt1=$1; }
[[ x$2 != x ]] && { Icnt2=$2; }
[[ x$3 != x ]] && { R12Max=$3; }
[[ x$4 != x ]] && { YesXYZ=$4; }
}
网址超链接 http://example.com/
I get 10 times more traffic from Google than from Yahoo or MSN.
引用数字超链接
I get 10 times more traffic from Google than from Yahoo or MSN.
引用名称超链接
I get 10 times more traffic from Google than from Yahoo or MSN.
这里有一个脚注.[1]
Ai An Ai,j,k Am,n
行内公式 \(e^{i \pi }+1 = 0\)
对齐公式
\(\begin{align} x &= \cos t \\ y &= \sin t \end{align}\)
Idina Menze和Caleb Hyles激情对唱Let It Go:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
或
Grouping | ||
---|---|---|
First Header | Second Header | Third Header |
Content | Long Cell | |
Content | Cell | Cell |
New section | More | Data |
And more | With an escaped ‘|’ |
或更复杂的
表头 | 表头 | 表头 | |
---|---|---|---|
左对齐 | 居中 | 右对齐 | |
项目 | 项目 | 项目 |
# Language: gPL
set xl"x"; set yl"y"
plot sin(x)
# Language: gPL
$Mydata << EOD
1 2 3
2 5 6
3 8 9
EOD
plot $Mydata u 1:2 w p ps 4, $Mydata u 1:3 w lp ps 4 lw 4
# Language: gPL
set xl"r(\305)"; set yl"g(r)"
plot '_Test.dat' u 1:2 w l lw 4
这是一个脚注. ↩