X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/9b91a8f29bc78e793a0a664692641a2326a4ae90..449b806fb2837abb85e50b3871fef36594613f15:/.config/mutt/markdown2html?ds=sidebyside diff --git a/.config/mutt/markdown2html b/.config/mutt/markdown2html index 6a45558..8a67a13 100755 --- a/.config/mutt/markdown2html +++ b/.config/mutt/markdown2html @@ -257,7 +257,7 @@ def _convert_with_pandoc(mdwn, inputfmt='markdown', outputfmt='html5', disabled = '-'.join(ext_disabled) inputfmt = f'{inputfmt}+{enabled}-{disabled}' - args = [] + args = ['--metadata=document-css:false'] if standalone: args.append('--standalone') if selfcontained: @@ -304,15 +304,14 @@ def convert_markdown_to_html(mdwn): body = _preprocess_markdown(body) body = _identify_quotes_for_later(body) html = _convert_with_pandoc(body, standalone=True, selfcontained=True, - title="Body") - html = html.replace('