From 0310216877a44e771cd8c1af9f74db0882d209b4 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 28 Aug 2022 22:02:49 +0200 Subject: [PATCH] fixed readme and added linter to detect this earlier --- README.rst | 2 +- tox.ini | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7cf2c1d..06f319b 100644 --- a/README.rst +++ b/README.rst @@ -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``). diff --git a/tox.ini b/tox.ini index 1e137fb..e4f184a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,10 @@ envlist = py38 deps = flake8 pytest + restructuredtext_lint + Pygments commands = flake8 --ignore=E501,W503 markdownify tests pytest + restructuredtext-lint README.rst +