5

I wanted to edit this question replace the bulleted list with a table. The answers to other questions clearly indicate that this isn't supported by markdown. I tried to make an HTML table, but I couldn't get that to work either.

Given that tables have no markdown support, are there any other ways to make tables on SE sites?

2
  • 5
    no (╯°□°)╯︵ ┻━┻ Commented Jul 19, 2013 at 20:54
  • Even though its not a duplicate question, the answers to the others question covers what this is asking, thus closing as duplciate Commented Jul 19, 2013 at 22:44

1 Answer 1

6

With this awesome online tool, you can create ASCII tables, that works pretty well in StackExchange sites:

+-----------------------------------+---------+--------+
|               Col1                |  Col2   | NumCol |
+-----------------------------------+---------+--------+
| Value 1                           | Value 2 |    123 |
| This is a row with only one cell  |         |        |
| This row is testing html entities | Test    |     45 |
+-----------------------------------+---------+--------+

Not the answer you're looking for? Browse other questions tagged .