10.10. Advanced skills of Markdown

发布时间 : 2025-10-25 13:35:38 UTC      

Page Views: 10 views

10.10.1. Supported HTML elements

Tags that are not covered by Markdown can be written in HTML directly in the document.

Currently, the supported HTML elements are:
Etc., such as:

使用 <kbd>Ctrlkbd>+<kbd>Altkbd>+<kbd>Delkbd> 重启电脑
   

The output is as follows:

image0

10.10.2. Transfer of meaning

Markdown uses a lot of special symbols to express specific meanings, and if you need to display specific symbols, you need to use escape characters, and Markdown uses backslashes to escape special characters:

**文本加粗**
\*\* 正常显示星号 \*\*

The output is as follows:

image1

Markdown supports the following symbols preceded by a backslash to help insert ordinary symbols:

   反斜线
`   反引号
*   星号
_   下划线
{}  花括号
[]  方括号
()  小括号
#   井字号
+   加号
-   减号
.   英文句点
!   感叹号

10.10.3. Formula

Markdown Preview Enhanced Use KaTeX Or MathJax To render mathematical expressions.

KaTeX has faster performance than MathJax, but it lacks many of the features that MathJax has. You can check KaTeX supported functions/symbols to see which symbols and functions KaTeX supports.

The delimiter by default:

  • $...$ Or \(...\) The mathematical expressions in the will be displayed on the line.

  • $$...$$ Or \[...\] Or ` The mathematical expressions in ``math will be displayed within the block.

image2

$$
\begin{Bmatrix}
   a & b \\
   c & d
\end{Bmatrix}
$$
$$
\begin{CD}
   A @>a>> B \\
@VbVV @AAcA \\
   C @= D
\end{CD}
$$

The output is as follows:

image3

《地理信息系统原理、技术与方法》  97

最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。