<div class="markdown">
<p>Does MailMate default to rendering the text+markdown section, or the html section for viewing? </p>

<p>I’m hoping that it displays the HTML, but replies with the markdown. Because otherwise there will be problems if the markdown processor adds new features over time (or, as in this case, I’m using a different markdown processor). </p>

<table>
<colgroup>
<col style="text-align:left;"/>
<col style="text-align:left;"/>
</colgroup>

<thead>
<tr>
        <th style="text-align:left;">Table Header1</th>
        <th style="text-align:left;">Table Header 2</th>
</tr>
</thead>

<tbody>
<tr>
        <td style="text-align:left;">col1</td>
        <td style="text-align:left;">col2</td>
</tr>
<tr>
        <td style="text-align:left;" colspan="2">xxx</td>
</tr>
</tbody>
</table>

<p>For instance, I don’t believe this table will render using MailMate’s builtin processor. But if you all see it, then MailMate’s defaulting to the HTML. </p>

<p>I’m looking at putting together an installable version of my usage of MultiMarkdown as the processor. I think it’s a prerequisite for the other package I need to bundle up, the one that let’s you reply to HTML email without losing the HTML. That one’s a hack, but it’s mandatory if you live in an Exchange shop. </p>

</div>