Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVonB committed Aug 28, 2022
2 parents 194c646 + 50b3b73 commit 8f04775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pkgmeta = {
'__title__': 'markdownify',
'__author__': 'Matthew Tretter',
'__version__': '0.11.3',
'__version__': '0.11.4',
}

read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ envlist = py38
deps =
flake8
pytest
restructuredtext_lint
Pygments
commands =
flake8 --ignore=E501,W503 markdownify tests
pytest
restructuredtext-lint README.rst

0 comments on commit 8f04775

Please sign in to comment.