<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Hi there</p>

<p dir="auto">I have noticed (through trial and error) that Markdown tables seem to need at least three dashes per column in the “line” under the header, e.g.</p>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px"><code>| aaa   | bbb  |
|-------|------|
| hallo | duda |
| hallo | duda |
</code></pre>

<p dir="auto">works, while</p>

<pre style="border:thin solid gray; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px"><code>| aaa | bbb  |
| -- | -- |
| hallo | duda |
| hallo | duda |
</code></pre>

<p dir="auto">doesn’t work.</p>

<p dir="auto">Is there anywhere some docs for this particular Markdown dialect. - MailMate’s help just points to Gruber’s page, which doesn’t say anything about tables. Which engine is used? Can we change to another engine?</p>

<p dir="auto">Many thanks for any help,<br>
Leo</p>
</div>
</div>
</body>
</html>