Skip to content

Commit 7f30ce9

Browse files
committed
Add link to the image captions section
1 parent 86b7f3c commit 7f30ce9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_basic-syntax/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The rendered output looks like this:
2626
{% include image.html file="/assets/images/san-juan-mountains.jpg" alt="The San Juan Mountains are beautiful!" title="San Juan Mountains" lazy="yes" %}
2727

2828
<div class="alert alert-info">
29-
<i class="fas fa-info-circle"></i> <strong>Note:</strong> To resize an image, see the section on <a href="/hacks/#image-size">image size</a>.
29+
<i class="fas fa-info-circle"></i> <strong>Note:</strong> To resize an image, see the section on <a href="/hacks/#image-size">image size</a>. To add a caption, see the section on <a href="/hacks/#image-captions">image captions</a>.
3030
</div>
3131

3232
### Linking Images

basic-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Basic Syntax
44
description: The Markdown elements outlined in John Gruber's design document.
5-
last_modified_at: 2021-12-22
5+
last_modified_at: 2021-12-26
66
---
77

88
{% include syntax.html type="basic" syntax-id="overview" %}

0 commit comments

Comments
 (0)