X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/bdc72aa08e45f6ae73c31b502321fcb157a280f7..665707d1c2431dec66ab745d584d34d8ed5edd72:/.mutt/markdown2html diff --git a/.mutt/markdown2html b/.mutt/markdown2html index 4bb1a9d..e0a2b19 100755 --- a/.mutt/markdown2html +++ b/.mutt/markdown2html @@ -214,7 +214,7 @@ def _reformat_quotes(html): def _convert_with_pandoc(mdwn, inputfmt='markdown', outputfmt='html5', ext_enabled=None, ext_disabled=None, - standalone=True, selfcontained=True, title="HTML E-Mail"): + standalone=True, selfcontained=True, title=None): ''' Invoke pandoc to do the actual conversion of Markdown to HTML5. '''