markdown数学公式
<p><a href="https://blog.csdn.net/leviopku/article/details/81385790">https://blog.csdn.net/leviopku/article/details/81385790</a></p>
<p>链接语法如下:
<a href="target" title="optional text">link title</a>
[link title]是显示可以点击的链接名称,后面()内的不会显示。target是对应的跳转位置optional text是鼠标悬停时显示的文本。target,根据跳转目标类型不同,有不同的</p>
<p>语法:链接到同一篇文档的其他章节<a href="#章节标题">link title</a>
链接到位于其他库的子目录的文档的某一个章节</p>
<p><a href="目标库名称:子目录名称/目标文档的文件名#章节标题">link title</a></p>
<p>需要注意的是:链接目标不允许空格以及某些特殊符号,空格用‘-’替代,中文'。'和英文'.'需要删除。大写字母需要转换为小写字母。</p>
<h1>Spaces</h1>
<h2>character entity reference</h2>
<p style="background-color:Violet;"> thin space</p>
<p style="background-color:DodgerBlue;"> one space</p>
<p style="background-color:Tomato;"> two spaces</p>
<p style="background-color:MediumSeaGreen;"> four spaces</p>
<h2>numeric character reference in decimal form</h2>
<p style="background-color:Violet;"> thin space</p>
<p style="background-color:DodgerBlue;"> one space</p>
<p style="background-color:Tomato;"> two spaces</p>
<p style="background-color:MediumSeaGreen;"> four spaces</p>
<h2>numeric character reference in hexadecimal form</h2>
<p style="background-color:Violet;"> thin space</p>
<p style="background-color:DodgerBlue;"> one space</p>
<p style="background-color:Tomato;"> two spaces</p>
<p style="background-color:MediumSeaGreen;"> four spaces</p>