10.5. Markdown block

发布时间 :2025-10-25 12:23:40 UTC      

The Markdown block reference uses the > symbol at the beginning of the paragraph, followed by a 空格 Symbol:

> 区块引用
> 菜鸟教程
> 学的不仅是技术更是梦想

The display results are as follows:

image0

In addition, blocks can be nested, one > symbol is the outermost, two > symbols are first nested, and so on:

> 最外层
> > 第一层嵌套
> > > 第二层嵌套

The display results are as follows:

image1

10.5.1. Use list in block

Examples of using lists in blocks are as follows:

> 区块中使用列表
> 1. 第一项
> 2. 第二项
> + 第一项
> + 第二项
> + 第三项

The display results are as follows:

image2

10.5.2. Use blocks in the list

If you want to put blocks within the list item, you need to add four space indents before >.

Examples of blocks used in the list are as follows:

* 第一项
    > 菜鸟教程
    > 学的不仅是技术更是梦想
* 第二项

The display results are as follows:

image3

Principles, Technologies, and Methods of Geographic Information Systems  102

In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress.