From: martin f. krafft Date: Wed, 23 Aug 2023 11:53:48 +0000 (+1200) Subject: fix up pymdownx extensions list X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/08398a2381e0c4d0fa8df53cbcc6a80b1fa593e5?hp=aec9fd58d4de930e396f832f77b9ece3b4c7638c fix up pymdownx extensions list --- diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index cad635b..947d489 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -62,5 +62,5 @@ source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_f # #set pager_format="<%a> %* %J (%P)" -set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.extra,pymdownx.betterem,pymdownx.critic,pymdownx.keys,pymdownx.magiclink,pymdownx.mark,pymdownx.saneheaders,pymdownx.smartsymbols,pymdownx.superfences" +set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.extra,pymdownx.highlight,pymdownx.critic,pymdownx.keys,pymdownx.magiclink,pymdownx.mark,pymdownx.saneheaders,pymdownx.smartsymbols" macro compose B " source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --only-build|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images"