美文网首页
markdown示例

markdown示例

作者: wumingkeqi | 来源:发表于2017-04-11 09:53 被阅读0次

列表

无序列表

  • one
  • two
  • three

有序列表

  1. 第一
  2. 第二
  3. 第三

引用

注意不同级别引用之间要用空行隔开

一级引用

二级引用

一级引用


图片


代码

代码段直接用四个空格开头,或者用k个反引号括起来

例如:
source code

行内代码可以用k个反引号括起来,这样公式中还可以出现反引号if (a < b&c) {print `hello world`}

```if (a < b&c) {print `hello world`}```

公式

在多行公式的开头加一个换行符\可以保证第一行和后面行左侧对齐(例如公式(1)(2)),否则就如公式(3)(4)示例的一样无法对齐
[图片上传失败...(image-4e36b3-1510284521882)]\y\approx%20z\hfill(2))
[图片上传失败...(image-6003b7-1510284521882)]\sh(y)=\frac{ey+e{-y}}{2}\hfill(4))

![](http://latex.codecogs.com/png.latex?\\x=y\hfill(1)\\y\approx%20z\hfill(2))
![](http://latex.codecogs.com/png.latex?z=\frac{e^x+e^{-x}}{2}\hfill(3)\\sh(y)=\frac{e^y+e^{-y}}{2}\hfill(4))

[图片上传失败...(image-d313aa-1510284521882)]

![](http://latex.codecogs.com/png.latex?A=\begin{bmatrix}1&x&x^2\\1&y&y^2\\1&z&z^2\\\end{bmatrix})

[图片上传失败...(image-cfca2a-1510284521882)]\ldots(n-k+1)}{k!})

![](http://latex.codecogs.com/png.latex?C_n^k=\frac{n(n-1)\ldots(n-k+1)}{k!})

测试发现codecogs.com对\begin{align}生成的公式编号位置不在最右侧,而在下一行,看起来比较奇怪。可以通过添加\notag标签禁止生成公式编号
[图片上传失败...(image-9b54ae-1510284521882)]\end{align})
[图片上传失败...(image-626297-1510284521882)]

![](http://latex.codecogs.com/svg.latex?\begin{align}\sqrt{37}&=\sqrt{\frac{73^2-1}{12^2}}\notag\\&=\sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}}\notag\\&=\sqrt{\frac{73^2}{12^2}}\notag\end{align}) 

[图片上传失败...(image-70cf8d-1510284521882)]

![](http://latex.codecogs.com/svg.latex?\begin{array}{c|lcr}n&\text{Left}&\text{Center}&\text{Right}\\\hline1&0.24&1&125\\2&-1&189&-8\\3&-20&2000&1+10i\\\end{array})

[图片上传失败...(image-4d8420-1510284521882)]

![](http://latex.codecogs.com/svg.latex?\mathbb{N,Z,Q,R,C})

[图片上传失败...(image-eab6f1-1510284521882)]

![](http://latex.codecogs.com/svg.latex?\left\{\begin{array}{ll}a_1x+b_1y+c_1z&=d_1+e_1\\a_2x+b_2y&=d_2\\a_3x+b_3y+c_3z&=d_3\end{array}\right.)
其中{ll}中小写字母l的数量表示array的最大列数,2个l表示两列
\left和\right必须对称,\right.表示右侧省略

[图片上传失败...(image-ef21c7-1510284521882)]\left(u+1\right)}+a\right]^{3/2})

![](http://latex.codecogs.com/png.latex?\left[\frac{1+\left\{x,y\right\}}{\left(\frac{x}{y}+\frac{y}{x}\right)\left(u+1\right)}+a\right]^{3/2})

相关文章

  • markdown的语法

    markdown的语法示例,具体看图Markdown——入门指南

  • Markdown示例

    一级标题 二级标题 三级标题 无序列表 无序列表 无序列表 无序列表 有序列表 有序列表 有序列表 有序列表 插入...

  • Markdown示例

    这是常规段落。 这是引用。 这是链接 这是粗体。这是斜体。这是删除线。 分割线为---。 代码块: 列表2级列表 ...

  • Markdown示例

    test 这是三级标题 abc 这是一级标题 平安科技 平安医疗 平安银行 香蕉 苹果 天上白玉京,十二楼五城 脚...

  • Markdown示例

    我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并将其中承载的价值传播给他人,Cmd Markdown ...

  • Markdown 示例

    欢迎使用马克飞象 @(示例笔记本)[马克飞象|帮助|Markdown] 马克飞象是一款专为印象笔记(Evernot...

  • markdown示例

    列表 无序列表 one two three 有序列表 第一 第二 第三 引用 注意不同级别引用之间要用空行隔开 一...

  • MarkDown示例

    MaHua是什么? 一个在线编辑markdown文档的编辑器 向Mac下优秀的markdown编辑器mou致敬 M...

  • Markdown 示例

    subject1 subject2 pppppp 接口名:地址:/api/car 数据字典 In 2.2.0, t...

  • Markdown示例

    一级标题 六级标题

网友评论

      本文标题:markdown示例

      本文链接:https://www.haomeiwen.com/subject/eyqeattx.html