Update performance to correctly syntax highlight code block as html

This commit is contained in:
Josh Buchea 2016-06-02 16:12:21 -07:00
parent 67d8f65dab
commit 9365efabc2
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,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">
```