# Eine Tabelle mit Markdown zu Ihrem Beitrag hinzufügen

**URL:** https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544
**Category:** Using Discourse
**Tags:** tutorial
**Created:** [20. Juli 2017 um 19:58 UTC](https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544 "2017-07-20T19:58:37Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [28. November 2017 um 15:24 UTC](https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544/6 "2017-11-28T15:24:01Z")

</div>

Sadly no. You’d have to add it on the css customize section

Something like that should do it :

```
.cooked table td, .cooked table th, .d-editor-preview table td, .d-editor-preview table th {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

```

---

_[View the full topic](https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544)._
