markedown在typora上的使用(一)
主要内容:软件Typora的主要使用方法,以及以Markdown为语法的文章编写方法。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
适用于新版浏览器
③删除线
(1)片段删除线
\require{cancel}在前面声明,再使用\cancel{字符}、\bcancel{字符}、\xcancel{字符}、\cancelto{字符}{字符}来实现各种片段删除线效果。
语法代码:
显示效果:
\require{cancel}\begin{array}{r1}
\verb|y+\cancel{x}|&y+\cancel{x}\\
\verb|y+\cancel{y+x}|&y+\cancel{y+x}\\
\v ...


