Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eaeb0603eb | ||
|
|
6a2f3a4b42 |
@@ -101,7 +101,7 @@ nested ``Options`` class in ``MarkdownConverter`` subclasses.
|
|||||||
|
|
||||||
|
|
||||||
Creating Custom Converters
|
Creating Custom Converters
|
||||||
=========================
|
==========================
|
||||||
|
|
||||||
If you have a special usecase that calls for a special conversion, you can
|
If you have a special usecase that calls for a special conversion, you can
|
||||||
always inherit from ``MarkdownConverter`` and override the method you want to
|
always inherit from ``MarkdownConverter`` and override the method you want to
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -10,7 +10,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.9.1',
|
'__version__': '0.9.2',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user