[F] Jekyll not parsing code block locally

This commit is contained in:
Josh Buchea 2016-06-16 15:24:34 -07:00 committed by GitHub
parent 4798047e9c
commit e8f780b482
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ Below are the link relations which are not recommended for use:
Moving the `href` attribute to the beginning of an element improves compression when GZIP is enabled, because the `href` attribute is used in `a`, `base` and `link` tags.
Example:
``` html
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
```