Markdown table support is planned for Discourse, but as an interim measure, they’ve enabled html tables.
like so:
Name |
Rating |
Tom N |
5 stars |
Tom L |
5 stars |
<table><thead>
<th>Name</th><th>Rating</th>
</thead><tbody>
<tr><td>Tom N</td><td>5 stars</td></tr>
<tr><td>Tom L</td><td>5 stars</td></tr>
</tbody></table>
Are you playing with the live board again?
Lots of “objects” appearing below posts.
Force a refresh? I’m not seeing them here in Chrome or in IE as a Guest.
(note that while I can work on the CSS etc. in Preview mode, upgrades to the actual software have to be done to the live site. The server environment isn’t easy to simulate on a windows desktop without running a full VM and even then I’d be out of my depth. I take a backup every time, in case something horrible happens, though.)