Merge branch 'develop'

This commit is contained in:
AlexVonB
2021-07-11 13:21:20 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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',
} }