fixed readme and added linter to detect this earlier

This commit is contained in:
AlexVonB
2022-08-28 22:02:49 +02:00
parent 9914474828
commit 0310216877
2 changed files with 5 additions and 1 deletions

View File

@@ -175,7 +175,7 @@ change:
Command Line Interface
=====================
======================
Use ``markdownify example.html > example.md`` or pipe input from stdin
(``cat example.html | markdownify > example.md``).

View File

@@ -5,6 +5,10 @@ envlist = py38
deps =
flake8
pytest
restructuredtext_lint
Pygments
commands =
flake8 --ignore=E501,W503 markdownify tests
pytest
restructuredtext-lint README.rst