diff --git a/_layouts/distill.html b/_layouts/distill.html index fd42318..f36db15 100644 --- a/_layouts/distill.html +++ b/_layouts/distill.html @@ -73,11 +73,11 @@ Contents {% for section in page.toc -%} - {{ section.name }} + {{ section.name }} {% if section.subsections -%} {% for subsection in section.subsections -%} - {{ subsection.name }} + {{ subsection.name }} {% endfor %} {%- endif -%} diff --git a/_posts/2018-12-22-distill.md b/_posts/2018-12-22-distill.md index a447bfd..e28ee96 100644 --- a/_posts/2018-12-22-distill.md +++ b/_posts/2018-12-22-distill.md @@ -36,7 +36,7 @@ toc: - name: Footnotes - name: Code Blocks - name: Layouts - - name: Other Typography + - name: Other Typography? # Below is an example of injecting additional post-specific styles. # If you use this post as a template, delete this _styles block. @@ -173,7 +173,7 @@ It does not interrupt the normal flow of `.l-body` sized text except on mobile s *** -## Other Typography +## Other Typography? Emphasis, aka italics, with *asterisks* (`*asterisks*`) or _underscores_ (`_underscores_`). @@ -279,4 +279,4 @@ Here's a line for us to start with. This line is separated from the one above by two newlines, so it will be a *separate paragraph*. This line is also a separate paragraph, but... -This line is only separated by a single newline, so it's a separate line in the *same paragraph*. \ No newline at end of file +This line is only separated by a single newline, so it's a separate line in the *same paragraph*.