You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
6
6
examples:
7
7
- markdown: |
8
-

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
+

9
+
html: <img src=\"/assets/images/san-juan-mountains.jpg\" class=\"img-responsive\" alt=\"The San Juan Mountains are beautiful!\" title=\"San Juan Mountains\">
10
10
additional-examples:
11
11
- name: "Linking Images"
12
12
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