Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f047753ae | ||
|
|
50b3b73a8f | ||
|
|
0310216877 |
@@ -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``).
|
||||
|
||||
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
|
||||
pkgmeta = {
|
||||
'__title__': 'markdownify',
|
||||
'__author__': 'Matthew Tretter',
|
||||
'__version__': '0.11.3',
|
||||
'__version__': '0.11.4',
|
||||
}
|
||||
|
||||
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
|
||||
|
||||
Reference in New Issue
Block a user