X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/9b91a8f29bc78e793a0a664692641a2326a4ae90..e12bc8dc34a57b2b46ae7061d98a65369fe174be:/.config/mutt/markdown2html?ds=inline diff --git a/.config/mutt/markdown2html b/.config/mutt/markdown2html index 6a45558..d5fa609 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: