Skip to content

Commit 61a1187

Browse files
authored
Fix missing "
1 parent 48ca1ab commit 61a1187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog_professional/_posts/2020-07-16-blog-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ If you can help it, keep code lines short to prevent annoying your readers with
177177
[Figure MVIFC](#fig-mvifc) demonstrates a figure with full-width image content, an anchor-linked title, and a brief caption.
178178

179179
![example collage](/resources/blog-guide-collage.jpg){:style="width: 100%;"}
180-
[**Figure MVIFC.**](#fig-mvifc){:id="fig-mvifc}
180+
[**Figure MVIFC.**](#fig-mvifc){:id="fig-mvifc"}
181181
*My very important ferret collage.
182182
Total cuties.*
183183

184184
Here's how to write that in Markdown.
185185
```markdown
186186
![example collage]({{page.lcb}}{ site.baseurl }}/resources/blog-guide-collage.jpg){:style="width: 100%;"}
187-
[**Figure MVIFC.**](#fig-mvifc){:id="fig-mvifc}
187+
[**Figure MVIFC.**](#fig-mvifc){:id="fig-mvifc"}
188188
*My very important ferret collage.
189189
Total cuties.*
190190
```

0 commit comments

Comments
 (0)