We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9914474 commit 0310216Copy full SHA for 0310216
README.rst
@@ -175,7 +175,7 @@ change:
175
176
177
Command Line Interface
178
-=====================
+======================
179
180
Use ``markdownify example.html > example.md`` or pipe input from stdin
181
(``cat example.html | markdownify > example.md``).
tox.ini
@@ -5,6 +5,10 @@ envlist = py38
5
deps =
6
flake8
7
pytest
8
+ restructuredtext_lint
9
+ Pygments
10
commands =
11
flake8 --ignore=E501,W503 markdownify tests
12
13
+ restructuredtext-lint README.rst
14
+
0 commit comments