随笔分类 - Markdown
摘要:# ***Markdown基础教程*** ## **基础语法** ### 标题 Markdown支持6种级别的标题,对应html标签 h1 ~ h6 ```python # h1 ## h2 ### h3 #### h4 ##### h5 ###### h6 ``` 以上标记效果如下: # h1 #
阅读全文
摘要:Markdown中Latex 数学公式基本语法 Python世界大量使用LaTeX.同样的内容可以从matplotlib官网的相关页面http://matplotlib.org/users/mathtext.html 找到。大牛博客上的也蛮好可以找到。 1. matplotlib 若函数能接收LaT
阅读全文

浙公网安备 33010602011771号