Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
added new rules to the md linting added python 2.7 to the ci-build
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Dec 1, 2017
1 parent 1ae49d3 commit fff41d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .markdownlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD013": {
"code_blocks": false,
"tables": false
},
"MD033": { "allowed_elements": ["img"] },
"no-hard-tabs": false,
"whitespace": false
}
"whitespace": false,
"fenced-code-language": false,
"commands-show-output": false,
"no-trailing-punctuation": {
"punctuation": ".,;:!"
}
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
cache: pip
python:
- 2.7
- 3.6
install:
- pip install Pygments setuptools docutils mock pillow alabaster commonmark recommonmark mkdocs
Expand Down

0 comments on commit fff41d4

Please sign in to comment.