File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ change:
175175
176176
177177 Command Line Interface
178- =====================
178+ ======================
179179
180180Use ``markdownify example.html > example.md `` or pipe input from stdin
181181(``cat example.html | markdownify > example.md ``).
Original file line number Diff line number Diff line change 99pkgmeta = {
1010 '__title__' : 'markdownify' ,
1111 '__author__' : 'Matthew Tretter' ,
12- '__version__' : '0.11.3 ' ,
12+ '__version__' : '0.11.4 ' ,
1313}
1414
1515read = lambda filepath : codecs .open (filepath , 'r' , 'utf-8' ).read ()
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ envlist = py38
55deps =
66 flake8
77 pytest
8+ restructuredtext_lint
9+ Pygments
810commands =
911 flake8 --ignore =E501,W503 markdownify tests
1012 pytest
13+ restructuredtext-lint README.rst
14+
You can’t perform that action at this time.
0 commit comments