随笔分类 -  Markdown

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