Hi there
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.
```
| aaa | bbb |
|---|--|
| hallo | duda |
| hallo | duda |
```
works, while
```
| aaa | bbb |
| -- | -- |
| hallo | duda |
I believe that MultiMarkdown and PHPMarkdown Extra are considered pretty
much the definitive sources for this syntax.
https://fletcher.github.io/MultiMarkdown-5/tables.html
That page links to PHP Markdown Extra.
However I think that two dashes are used to ‘em-dashes’ which may be why
tables requ