第一篇文章测试

Markdown + LaTex 测试

文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

插入一段代码片

高亮的 代码片.

// An highlighted block
var foo = 'bar';

生成一个列表

  • 项目
    • 项目
      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的: 项目 | Value -------- | ----- 电脑 | $1600 手机 | $12 导管 | $1

设定内容居中、居左、居右

使用:---------:居中 使用:----------居左 使用----------:居右 | 第一列 | 第二列 | 第三列 | |:-----------:| -------------:|:-------------| | 第一列文本居中 | 第二列文本居右 | 第三列文本居左 |

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如: | TYPE |ASCII |HTML
|----------------|-------------------------------|-----------------------------| |Single backticks|'Isn't this fun?' |'Isn't this fun?' | |Quotes |"Isn't this fun?" |"Isn't this fun?" | |Dashes |-- is en-dash, --- is em-dash|-- is en-dash, --- is em-dash|

创建一个自定义列表

Markdown : Text-to-HTML conversion tool

Authors : John : Luke

KaTeX数学公式

Gamma公式展示 $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ 是通过欧拉积分

\[\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. \]

甘特图

gantt dateFormat YYYY-MM-DD title Adding GANTT diagram functionality to mermaid section 现有任务 已完成 :done, des1, 2014-01-06,2014-01-08 进行中 :active, des2, 2014-01-09, 3d 计划一 : des3, after des2, 5d 计划二 : des4, after des3, 5d

UML 图表

sequenceDiagram 张三 ->> 李四: 你好!李四, 最近怎么样? 李四-->>王五: 你最近怎么样,王五? 李四--x 张三: 我很好,谢谢! 李四-x 王五: 我很好,谢谢! Note right of 王五: 李四想了很长时间. 李四-->>张三: 打量着王五... 张三->>王五: 很好... 王五, 你怎么样?

流程图:

graph LR A[长方形] -- 链接 --> B((圆)) A --> C(圆角长方形) B --> D{菱形} C --> D

FLowchart流程图

flowchart的流程图:

flowchat st=>start: 开始 e=>end: 结束 op=>operation: 我的操作 cond=>condition: 确认? st->op->cond cond(yes)->e cond(no)->op

LaTex

\[\begin{array}{*{20}{l}} {\mathop{ \int }\nolimits_{{L}}f{ \left( {x,y} \right) } \text{d} s=\mathop{{ \text{lim} }}\limits_{{ \lambda \to 0}}\mathop{ \sum }\limits_{{i=1}}^{{n}}f{ \left( {\mathop{{ \xi }}\nolimits_{{i}},\mathop{{ \eta }}\nolimits_{{i}}} \right) } \Delta \mathop{{s}}\nolimits_{{i}}}\\ {\mathop{ \oint }\nolimits_{{L}}f{ \left( {x,y} \right) } \text{d} s}\\ { \left\{ \begin{array}{*{20}{c}} {x= \varphi { \left( {t} \right) }}\\ {y= \varphi { \left( {t} \right) }} \end{array}, \alpha \le t \le \beta \right. }\\ {\mathop{ \int }\nolimits_{{L}}f{ \left( {x,y} \right) } \text{d} s=\mathop{ \int }\nolimits_{{a}}^{{b}}f{ \left[ { \varphi { \left( {t} \right) }, \psi { \left( {t} \right) }} \right] }\sqrt{{\mathop{{ \left[ { \varphi \prime { \left( {t} \right) }} \right] }}\nolimits^{{2}}+\mathop{{ \left[ { \psi \prime { \left( {t} \right) }} \right] }}\nolimits^{{2}}}} \text{d} t} \end{array} \]
\[\begin{align} \frac{\partial J(\theta)}{\partial\theta_j} & = -\frac1m\sum_{i=0}^m(y^i-h_\theta(x^i)) \frac{\partial}{\partial\theta_j}(y^i-h_\theta(x^i)) \\ & = -\frac1m\sum_{i=0}^m(y^i-h_\theta(x^i)) \frac{\partial}{\partial\theta_j}(\sum_{j=0}^n\theta_jx_j^i-y^i) \\ & = -\frac1m\sum_{i=0}^m(y^i-h_\theta(x^i))x^i_j \end{align} \]

猜你喜欢

转载自www.cnblogs.com/qwqbear/p/11165890.html
今日推荐