From 000189596898181b98ebe4bfc542abedefbd1a5b Mon Sep 17 00:00:00 2001 From: Zhang Xiangze Date: Sun, 29 Jul 2018 00:22:15 +0800 Subject: [PATCH] Add closing tags for (#7163) Merge pull request 7163 --- docs/_docs/includes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/includes.md b/docs/_docs/includes.md index 94872047..8fa2af12 100644 --- a/docs/_docs/includes.md +++ b/docs/_docs/includes.md @@ -86,6 +86,7 @@ For example, suppose you have a special image syntax with complex formatting, an Jekyll logo +
This is the Jekyll logo
``` @@ -98,6 +99,7 @@ You could templatize this content in your include and make each value available {{ include.alt }} +
{{ include.caption }}
```