Created
May 13, 2019 23:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macro compose M "\ | |
<enter-command>set pipe_decode=yes<enter>\ | |
<pipe-message>pandoc -s -f gfm -t html5 -o /tmp/mutt-pandoc-buf.html<enter>\ | |
<enter-command>set pipe_decode=no<enter>\ | |
<attach-file>^u/tmp/mutt-pandoc-buf.html<enter>\ | |
<toggle-disposition>\ | |
<edit-type>^utext/html<enter>\ | |
<first-entry>\ | |
<tag-entry>\ | |
<tag-entry>\ | |
<group-alternatives>\ | |
<edit-description>^u<enter>\ | |
" "Convert github-flavored markdown to HTML and combine MIME multipart/alternative" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment