test


hexo-filter-kroki

hexo-tag-plantuml

hexo-tag-mermaid

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 section Documentation Describe gantt syntax :active, a1, after des1, 3d Add gantt diagram to demo page :after a1 , 20h Add another diagram to demo page :doc1, after a1 , 48h section Last section Describe gantt syntax :after doc1, 3d Add gantt diagram to demo page : 20h Add another diagram to demo page : 48h
graph TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[Car]

hexo-markmap

0 用法

var md = window.markdownit();
md.use(window.markdownitLatex2img, 
  {style: "filter: opacity(75%);transform:scale(0.75);text-align:center;"} //可选
);
md.render(input.value);

1 数学公式

1.1 内联公式

开头的$必须在其右边紧跟一个非空格字符,而结尾的$必须在其左边紧接一个非空格字符,并且不能紧跟一个数字。

  • 勾股定理:
  • 等差数列求和公式:
  • 牛顿-莱布尼茨公式:
  • 二项分布:

1.2 块公式

正态分布:

斐波那契数列,前后两项的比值逐渐收敛到黄金分割比例

因式分解 狄利克雷函数 高斯公式 范德蒙行列式

线性方程组

2 物理公式

  • 牛顿第一定律:
  • 牛顿第二定律:
  • 牛顿第三定律:
  • 质能守恒:

万有引力定律: 基尔霍夫定律 热力学第二定律

3 化学公式

离子反应与沉淀:

氮气氢气合成氨

化学平衡常数:

4 生物公式

光合作用

5 语法参考

MathJax basic tutorial and quick reference

更新日期: 2020年6月1日

© MakerGYT 2020


文章作者: 曙光
版权声明: 本博客所有文章除特別声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 曙光 !
  目录