Skip to content

Commit

Permalink
Typo fix (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxg203 authored and mmistakes committed Mar 22, 2017
1 parent 6ef4296 commit f8ef82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/15-utility-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ modified: 2016-11-03T11:32:25-04:00

Using the Kramdown Markdown renderer with Jekyll allows you to add [block](http://kramdown.gettalong.org/quickref.html#block-attributes) and [inline attributes](http://kramdown.gettalong.org/quickref.html#inline-attributes). This is nice if you want to add custom styling to text and image, and still write in Markdown.

**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdonw? That's OK. The following classes are still available when used with standard HTML.
**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdown? That's OK. The following classes are still available when used with standard HTML.
{: .notice--warning}

## Text Alignment
Expand Down Expand Up @@ -172,4 +172,4 @@ You can also add the `.notice` class to a `<div>` element.
<div class="notice--info">
<h4>Notice Headline:</h4>
{{ notice-text | markdownify }}
</div>
</div>

0 comments on commit f8ef82f

Please sign in to comment.