当前位置:网站首页>Insert picture in markdown

Insert picture in markdown

2022-06-25 21:18:00 Hello, test

Preface :

The product manual of an enterprise cannot be without the insertion of pictures , Then if you use markdown Maintenance manual , How to insert pictures ? Today I will introduce the following methods :

        ( One ) Insert local image

        ( Two ) Insert network picture


( One ) Insert local image

Just fill in the position path of the picture in the brackets of the basic grammar , Support absolute path and relative path .
for example :

  • ![ picture (D:/xxx/md/1.png)

        ![ picture ]: If the image cannot be loaded , Default display ” picture “ written words

        (D:/xxx/md/1.png): Path to picture , Try to write the full path , Be sure to pay attention to the path / Direction , On the contrary, you can't get .

shortcoming :

Inflexible and difficult to share , A path change or loss of a local image can occur markdown The file cannot be mapped .

( Two ) Insert network picture

Just fill in the brackets of the basic grammar with the network link of the picture .
for example :

shortcoming :

         Save the picture on the web server , Very dependent on the Internet

Hello Test,Markdown Insert the picture to finish the introduction , There should be other methods just for the current test ( ha-ha ~ Give yourself a nickname ) It hasn't been used yet , If you encounter or want to know about the comment area @ I , After my research, I will share it with you to learn , finger heart ~

原网站

版权声明
本文为[Hello, test]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202181331152742.html