beets
One can also use triple-backticks ```
to wrap code blocks
Also regarding tables, I found that the markdown to html conversion really wanted to squash columns together, so I had to add a dummy column with an XX
in the last row, using forum formatting to make it the same colour as the background ([color="#1a1a1a"]XX[/color]
). This was especially noticeable in cases where the headings were longer than any value in their column (such as in your example above)
eg:
| Long heading name | | Other heading |
|:-- |:-- | --:|
| value | | 3 |
| thing | | 5 |
| | [color="#1a1a1a"]XX[/color] | |
produces:
Long heading name | | Other heading |
value | | 3 |
thing | | 5 |
| XX | |
Use this easy markdown table generator to help you. It allows you to upload a csv or just paste data in from your clipboard
(tagging Gaagaagiins here also just to make sure)