Fix a couple markdown lint errors.??

This commit is contained in:
Waylan Limberg
2016-08-23 20:55:43 -04:00
parent 1444523c0a
commit de2a7370de
2 changed files with 0 additions and 2 deletions

View File

@@ -218,7 +218,6 @@ directory path.
If you're using another source code control tool, you'll want to check its
documentation on how to ignore specific directories.
### extra_css
Set a list of CSS files in your `docs_dir` to be included by the theme. For

View File

@@ -10,7 +10,6 @@ A guide to creating and distributing custom themes.
[community wiki](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes). If
you want to share a theme you create, you should list it on the Wiki.
When creating a new theme, you can either follow the steps in this guide to
create one from scratch or you can download the `mkdocs-basic-theme` as a
basic, yet complete, theme with all the boilerplate required. **You can find