# Failed to render table in post

**URL:** https://meta.discourse.org/t/failed-to-render-table-in-post/74794
**Category:** Support
**Created:** [November 25, 2017, 12:03pm UTC](https://meta.discourse.org/t/failed-to-render-table-in-post/74794 "2017-11-25T12:03:57Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [November 25, 2017, 5:33pm UTC](https://meta.discourse.org/t/failed-to-render-table-in-post/74794/3 "2017-11-25T17:33:02Z")

</div>

Have you considered using Markdown? eg.

```plaintext
||date|
|:---|:---:|
|0|2007-01-07|
|1|2007-01-14|
|2|2007-01-21|
|3|2007-01-28|
|4|2007-02-04|

```

| | date |
| --- | --- |
| 0 | 2007-01-07 |
| 1 | 2007-01-14 |
| 2 | 2007-01-21 |
| 3 | 2007-01-28 |
| 4 | 2007-02-04 |

> [@Adding a table to your post using markdown](https://meta.discourse.org/t/create-a-table-on-your-discourse-forum/66544):
>
> bookmark This guide explains how to add tables to your Discourse posts using Markdown. person_raising_hand Required user level: All users Adding tables to your posts can help present data in a structured and easy-to-read format. This guide will walk you through creating tables in Markdown on Discourse, covering table basics, alignment, and special features like adding emojis and images. Using the Table Builder Discourse includes a built-in Table Builder that lets you create and edit ta…

---

_[View the full topic](https://meta.discourse.org/t/failed-to-render-table-in-post/74794)._
