csvbase is a simple website for sharing table data. Join the discord.
csvbase uses GFM - plus some other bits
csvbase supports Markdown (including some HTML tags).
The specific version of Markdown is "Github Flavoured Markdown".
You can markup tables like this
| Column 1 | Column 2 |
| -------- | -------- |
| a | 1 |
| b | 2 |
| c | 3 |
See the GFM specification for more details and features.
You can reference other comments in the same thread like this:
I note in passing comment #3
Which will be rendered as a permalink to comment #3 in the same thread (and your comment will be forward-linked on comment #3 as a reply).