Skip to content

Commit 5a66d16

Browse files
committed
Update YAML
1 parent 61dff26 commit 5a66d16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_basic-syntax/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ syntax-summary: "![alt text](image.jpg)"
55
description: "To add an image, add an exclamation mark (`!`), followed by alt text in brackets, and the path or URL to the image asset in parentheses. You can optionally add a title after the URL in the parentheses."
66
examples:
77
- markdown: |
8-
![Philadelphia's Magic Gardens. This place was so cool!](/assets/images/philly-magic-gardens.jpg "Philadelphia's Magic Gardens")
9-
html: <img src=\"/assets/images/san-juan-mountains.jpg\" class=\"img-responsive\" alt=\"Philadelphia's Magic Gardens. This place was so cool!\" title=\"Philadelphia's Magic Gardens\">
8+
![The San Juan Mountains are beautiful!](/assets/images/san-juan-mountains.jpg "San Juan Mountains")
9+
html: <img src=\"/assets/images/san-juan-mountains.jpg\" class=\"img-responsive\" alt=\"The San Juan Mountains are beautiful!\" title=\"San Juan Mountains\">
1010
additional-examples:
1111
- name: "Linking Images"
1212
description: "To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in parentheses."

0 commit comments

Comments
 (0)