Skip to content

Commit 0310216

Browse files
committed
fixed readme and added linter to detect this earlier
1 parent 9914474 commit 0310216

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ change:
175175
176176
177177
Command Line Interface
178-
=====================
178+
======================
179179

180180
Use ``markdownify example.html > example.md`` or pipe input from stdin
181181
(``cat example.html | markdownify > example.md``).

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ envlist = py38
55
deps =
66
flake8
77
pytest
8+
restructuredtext_lint
9+
Pygments
810
commands =
911
flake8 --ignore=E501,W503 markdownify tests
1012
pytest
13+
restructuredtext-lint README.rst
14+

0 commit comments

Comments
 (0)