maxcembalest commited on
Commit
5ca3379
·
1 Parent(s): f5fa17a

Delete files/arthur-docs-markdown/internal

Browse files
files/arthur-docs-markdown/internal/how-to-images.md.txt DELETED
@@ -1,19 +0,0 @@
1
- ---
2
- orphan: true
3
- ---
4
-
5
- # Markdown Syntax
6
-
7
- All image use the same syntax regarding of the file extension. The structure is `[alt text][image path]`
8
-
9
- ## Jpg
10
- ![.jpg image](https://uploads-ssl.webflow.com/5a749d2c4f343700013366d4/60772435a896b19234c5a7bb_maxresdefault-p-800.jpeg)
11
-
12
- ## Gif
13
- ![.gif image](https://uploads-ssl.webflow.com/5a749d2c4f343700013366d4/607481fec86baf2a8cb273d8_monitor.gif)
14
-
15
- # HTML syntax
16
-
17
- We can also use regular HTML image tags if we want to add styling to our image.
18
-
19
- <img src="https://uploads-ssl.webflow.com/5a749d2c4f343700013366d4/607481fec86baf2a8cb273d8_monitor.gif" alt="Alt text in case source link is broken" style="height: 200px; width: 200px; object-fit: contain" />