<div class="markdown">
<p dir="auto">On 2 Dec 2013, at 13:53, Kee Hinckley wrote:</p>
<blockquote>
<p dir="auto">From the docs, it seemed as though creating</p>
<pre><code>{
name = 'Markdown to HTML';
events = ( 'email.display' );
input = 'canonical';
output = 'html';
select = '(content-type.type !exists or (content-type.type = text and content-type.subtype = plain)) and content-type.markup = markdown';
script = '#!/usr/bin/env bash\necho "<div markup=\\"markdown\\">"\n/usr/local/bin/multimarkdown\necho "</div>"\n';
uuid = 'DB65F8BE-6DE5-4BD5-AB9A-0A27599BE8C5';
}
#!/bin/sh
tee /tmp/foo.mailmate | sed -e 's/2 AE883AA-33F3-4330-A544-A3B12C621468//g' | /usr/local/bin/multimarkdown
</code></pre>
</blockquote>
<p dir="auto">That's very clever.</p>
<p dir="auto">Possible to upload the script in RAW-format?</p>
<p dir="auto">What is the last UUID? (AE883AA-33F3-4330-A544-A3B12C621468) is it different from the line above? Can you please explain your solution? </p>
<p dir="auto">-- <br>
Best, Thomas</p>
</div>