# Adding a table to your post using markdown

**URL:** https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544
**Category:** Using Discourse
**Tags:** tutorial
**Created:** [7월 20, 2017, 7: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:** 21

<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: [5월 13, 2018, 3:28오후 UTC](https://meta.discourse.org/t/adding-a-table-to-your-post-using-markdown/66544/21 "2018-05-13T15:28:15Z")

</div>

It’s already responsive-_ish_, but it can be optimized

```
.md-table {
    width: 100%;
}

.md-table table {
    width: 100%;
}

```

This would be the base to something like this, the table will use all the width of the post on bigger screens. And when you reduce the size of the window, it will adapt.

But it won’t be perfect. If you have only two small columns the table will seem empty, if you have a lot of columns, it will not fit on smaller screens. But it’s a start

---

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