fixed small typo in image include template and a couple of doc errors

This commit is contained in:
tomjohnson1492
2016-07-05 00:12:42 -07:00
parent 62c2a90881
commit 85f7373b07
6 changed files with 9728 additions and 8583 deletions

View File

@ -128,6 +128,6 @@ Here's a list with some intercepting text:
The key principle is to line up the first character after the dot following the number:
{% include image.html file="liningup" type="png" caption="Lining up the left edge ensures the list stays in tact." %}
{% include image.html file="liningup.png" caption="Lining up the left edge ensures the list stays in tact." %}
For the sake of simplicity, use two spaces after the dot for numbers 1 through 9. Use one space for numbers 10 and up. If any part of your list doesn't align symmetrically on this left edge, the list will not render correctly. Also note that this is characteristic of kramdown-flavored Markdown and may not yield the same results in other Markdown flavors.