add option 'default_title' to links

fixes #39
This commit is contained in:
AlexVonB
2021-05-30 18:40:40 +02:00
parent e96351b666
commit 8f6d7e500d
3 changed files with 14 additions and 5 deletions

View File

@@ -62,7 +62,11 @@ convert
autolinks
A boolean indicating whether the "automatic link" style should be used when
a ``a`` tag's contents match its href. Defaults to ``True``
a ``a`` tag's contents match its href. Defaults to ``True``.
default_title
A boolean to enable setting the title of a link to its href, if no title is
given. Defaults to ``False``.
heading_style
Defines how headings should be converted. Accepted values are ``ATX``,