Compare commits

...

2 Commits
0.9.1 ... 0.9.2

Author SHA1 Message Date
AlexVonB
eaeb0603eb Merge branch 'develop' 2021-07-11 13:21:20 +02:00
AlexVonB
6a2f3a4b42 fix rst syntax error 2021-07-11 13:21:02 +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
=========================
==========================
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

View File

@@ -10,7 +10,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
pkgmeta = {
'__title__': 'markdownify',
'__author__': 'Matthew Tretter',
'__version__': '0.9.1',
'__version__': '0.9.2',
}