diff --git a/_basic-syntax/images.md b/_basic-syntax/images.md
index f4ab351f..44845fff 100644
--- a/_basic-syntax/images.md
+++ b/_basic-syntax/images.md
@@ -5,8 +5,8 @@ syntax-summary: ""
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."
examples:
- markdown: |
- 
- html:
+ 
+ html:
additional-examples:
- name: "Linking Images"
description: "To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in parentheses."
@@ -18,12 +18,12 @@ additional-examples:
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 in quotation marks after the path or URL.
```
-
+
```
The rendered output looks like this:
-{% include image.html file="/assets/images/san-juan-mountains.jpg" alt="The San Juan Mountains are beautiful!" title="San Juan Mountains" lazy="yes" %}
+{% include image.html file="/assets/images/san-juan-mountains.jpg" alt="San Juan Mountains" title="The San Juan Mountains are beautiful!" lazy="yes" %}