10.8. Markdown Picture

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

Page Views: 32 views

The syntax format of Markdown image is as follows:

![alt 属性文本](图片地址)

![alt 属性文本](图片地址 "可选标题")
  • Start with an exclamation point!

  • Followed by a square bracket with alternative text for the picture

  • This is followed by a normal parenthesis with the URL of the image, and finally you can enclose it in quotation marks and add the optional ‘title’ attribute’ text.

Examples of use:

![RUNOOB 图标](http://static.runoob.com/images/runoob-logo.png)

![RUNOOB 图标](http://static.runoob.com/images/runoob-logo.png "RUNOOB")

The display results are as follows:

image0

Of course, you can also use variables for image URLs like URLs:

这个链接用 1 作为网址变量 [RUNOOB][1].
然后在文档的结尾为变量赋值(网址)

[1]: http://static.runoob.com/images/runoob-logo.png

The display results are as follows:

image1

Markdown has no way to specify the height and width of the image, you can use the normal < img > tag if you want.

<img src="http://static.runoob.com/images/runoob-logo.png" width="50%">

The display results are as follows:

image2

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.