<div class="markdown">
<p dir="auto">Hi there,</p>

<p dir="auto">I'm loving MailMate and just bought it after using it for two weeks now.</p>

<p dir="auto">One of the reasons I chose it was Markdown. I love to write/compose in plain text yet most of my email recipients prefer HTML formats and MailMate provides the best of both worlds.</p>

<p dir="auto">To become more than happy, I have a few questions that I couldn't answer by myself.</p>

<h4>1 - How to add a line break to lists</h4>

<pre><code>  * some list text
    a second line in the same list item
</code></pre>

<p dir="auto"><code><br /></code> and <code>\&#10;</code> do not add a new line.</p>

<p dir="auto">I know that more than 4 spaces indents the text correctly, but it adds an vertical space (another line) which breaks the visual connection.</p>

<ul>
<li><p dir="auto">Top Level</p>

<ul>
<li><p dir="auto">Second Level</p>

<ul>
<li><p dir="auto">third level</p>

<p dir="auto">third level that needs an empty line newline</p></li>
</ul></li>
<li><p dir="auto">another second level</p></li>
<li><p dir="auto">a very long line that breaks nicely: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p></li>
</ul></li>
</ul>

<h4>2 - programming languages</h4>

<p dir="auto">I would love to see programming language support for syntax coloring, yet the <em>```language</em> annotation has no visible effect, although the language name is excluded from the HTML output. If I remember correctly, this syntax is also not part of the standard markdown but used quite often, e.g. <a href="https://help.github.com/articles/github-flavored-markdown/#syntax-highlighting">github</a>.</p>

<p dir="auto">Maybe it's possible to integrate some library/addon?</p>

<p dir="auto">For example, this code is marked as php:</p>

<pre><code class="php">echo phpinfo();
$var = 1;
</code></pre>

<h4>3 - tables</h4>

<p dir="auto">This is least important for myself, still I am curious on how to create one.</p>

<p dir="auto">This does not work:<br>
| cell1 | cell2 | cell3 |<br>
| cell4 | cell5 | cell6 |<br>
| cell7 | cell8 | cell9 |</p>

<p dir="auto">If anything, what does?</p>

<p dir="auto">Again, thanx for MailMate, for your time and for your help in advance!</p>

<p dir="auto">Beste Grüße | kind regards,<br>
Volker</p>

<pre><code>vzk Beratung
Germany & Thailand

phone       +49.6809.2163.30
phone       +66.86.143.77.27
skype       volker.kopetzky
email       vk@vzkb.de
wsite       http://www.vzkb.de
</code></pre>

</div>