Fix MD031 Fenced code blocks should be surrounded by blank lines across multiple markdown files

This commit is contained in:
Bertocq
2017-06-15 23:56:38 +02:00
parent 5ce3713907
commit a1a2d3dc1f
6 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ In order to make changes to any CSS selector (custom style sheets), you can add
background: red;
}
```
If you want to change any [foundation](http://foundation.zurb.com/) variable, you can do it at the `app/assets/stylesheets/_custom_settings.scss` file. For example to change the main application color just add:
```css