Markdown Info Posted on 2018-11-23 Markdown 编辑器MdEditor Cmd Markdown 编辑阅读器 除了您现在看到的这个 Cmd Markdown 在线版本,您还可以前往以下网址下载:Windows/Mac/Linux 全平台客户端 Typora [下载](https://www.typora.io/#download) 小书匠编辑器 离线版下载地址GitHub Dillinger马克飞象 Editor 数学公式 MathJax 中文文档Latex 文档IPython 参考1 参考2 参考3 Sample: LaTeX 公式 可以创建行内公式,例如 $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$。或者块级公式: 流程图 Hexo-filter-flowchart 参考1 Hexo-filter-mermaid-diagrams 参考2 参考3 参考4 Sample: 5. 高效绘制 序列图 Hexo-filter-sequence 参考 Sample: 7. 绘制表格 项目 价格 数量 计算机 $1600 5 手机 $12 12 管线 $1 234 代码高亮参考1参考2参考3参考4 1234567@requires_authorizationclass SomeClass: passif __name__ == '__main__': # A comment print 'hello world' 我是分割线 Other #注释 st=>start: Start:>http://www.baidu.com[blank] e=>end:>http://www.baidu.com op1=>operation: My Operation sub1=>subroutine: My Subroutine cond=>condition: Yes or No?:>http://www.baidu.com io=>inputoutput: catch something... st->op1->cond cond(yes)->io->e cond(no)->sub1(right)->op1{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}Alice->Bob: Hello Bob, how are you? Note right of Bob: Bob thinks Bob-->Alice: I am good thanks!{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}Title:AXI_interface序列图参照物 AXI_Master1->AXI_slaver: 请求(valid)\n awvalid/arvalid AXI_slaver->AXI_Master1: 握手(ready) \nawready/arready AXI_slaver->AXI_Master1: 读返回(rdata)\n rvalid AXI_Master2->AXI_slaver: 请求(valid)\n awvalid/arvalid AXI_slaver->AXI_Master2: 握手(ready)\n awready/arready AXI_slaver->AXI_Master2: 读返回(rdata)\n rvalid{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}Title:序列图虚线和箭头 AXI_Master3-->>AXI_slaver1: 请求(valid)\n awvalid/arvalid AXI_slaver1-->AXI_Master3: 握手(ready) awready/arready AXI_slaver1->AXI_Master3: 读返回(rdata)\n rvalid{"theme":"simple","scale":1,"line-width":2,"line-length":50,"text-margin":10,"font-size":12}