当前位置:网站首页>Markdown skill tree (5): picture
Markdown skill tree (5): picture
2022-06-29 07:23:00 【programmer_ ada】
Markdown The skill tree (5): picture
Markdown Use a syntax similar to that of links to mark images , Two styles are also allowed : In line and reference .
In line form picture
The syntax format of the inline image is , such as :


Refer to the form picture
The syntax format of the reference form picture is as follows :
![Alt text][id]
[id]: url/to/image "Optional title attribute"
such as :
![Git Course ][git]
[git]: /img/5c/43587c6f35898bc8cadb1ead5ad8ce.jpg

up to now , Markdown There is no way to specify the width and height of the picture , If necessary , You can use ordinary label .
<img src="/img/5c/43587c6f35898bc8cadb1ead5ad8ce.jpg" width="300px" height="200px" alt=" study hard ">
Summary
Let's review picture The knowledge of it :
- have access to
Add a picture in the format of - have access to Reference style Add a picture in the format of , Its structure is
![ Content ][1]+[1]: image_url "alt Tips "The combination of
边栏推荐
- Daily question - force deduction - multiply the found value by 2
- Comment choisir les fournisseurs de marques CRM dans l'industrie du vêtement?
- uva11825
- Who is the main body of the waiting insurance record? Record in the local network security, right?
- Ci tool Jenkins II: build a simple CI project
- 大型化工企业数字化转型建议
- What is the difference between software engineer and software development? What is the difference between software engineer and software developer?
- Markdown 技能树(1):MarkDown介绍
- 数字ic设计——UART
- Markdown 技能树(5):图片
猜你喜欢

In vscade, how to use eslint to lint and format

详解Autosar Arxml中的CANFD报文及格式

JVM系列之对象深度探秘

Suggestions on digital transformation of large chemical enterprises

Unexpected exception ... code: Badrequest when downloading Xilinx 2018.2

Solve the problem that NPM does not have permission

Machine learning notes - time series prediction using machine learning

NoSQL数据库之Redis(四):Redis新数据类型

多模态 —— Learnable pooling with Context Gating for video classification

IMX6DL4.1.15支持EIM总线(上)——实际操作,修改内容。
随机推荐
消息队列之通过队列批处理退款订单
Summary of some new datasets proposed by cvpr2021
NoSQL數據庫之Redis(五):Redis_Jedis_測試
Use of LSTM neural network and general neural network
uva10891
Class differences of QT processing image data (qpixmap, qimage, qpicture)
Introduction to QT qfileinfo
LSTM神经网络和普通神经网络的使用
QT foreach keyword
Shift/space studio "Aurora" project: building a villa in the sandbox metauniverse
Multimodal learning pooling with context gating for video classification
NoSQL数据库之Redis(五):Redis_Jedis_测试
mmclassification安装与调试
电子商务盛行,怎么提高商店转换率?
uva10891
Domestic code hosting center code cloud
MIPS指令集与简要分析
Daily question - force deduction - multiply the found value by 2
QT program packaging and publishing windeployqt tool
Message queue batch processing refund order through queue