Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f047753ae | ||
|
|
50b3b73a8f | ||
|
|
0310216877 |
@@ -175,7 +175,7 @@ change:
|
|||||||
|
|
||||||
|
|
||||||
Command Line Interface
|
Command Line Interface
|
||||||
=====================
|
======================
|
||||||
|
|
||||||
Use ``markdownify example.html > example.md`` or pipe input from stdin
|
Use ``markdownify example.html > example.md`` or pipe input from stdin
|
||||||
(``cat example.html | markdownify > example.md``).
|
(``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 = {
|
pkgmeta = {
|
||||||
'__title__': 'markdownify',
|
'__title__': 'markdownify',
|
||||||
'__author__': 'Matthew Tretter',
|
'__author__': 'Matthew Tretter',
|
||||||
'__version__': '0.11.3',
|
'__version__': '0.11.4',
|
||||||
}
|
}
|
||||||
|
|
||||||
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
|
read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
|
||||||
|
|||||||
Reference in New Issue
Block a user