# How can I add table in main topic area?

**URL:** https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300
**Category:** Support
**Created:** [2017年八月18日 08:46 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300 "2017-08-18T08:46:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MCD](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcd/32/76980_2.png) [@MCD](https://meta.discourse.org/u/MCD)
#### Post date: [2017年八月18日 08:46 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300/1 "2017-08-18T08:46:31Z")

</div>

Hi everyone,

I want to add table and fontawesome icons in first topic message. How can I do it?

**Demo:**

 ![tablo-istek](https://global.discourse-cdn.com/meta/original/3X/a/c/ac8506a8810791fcedef53b88c2032719da7d676.jpg)

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [2017年八月18日 11:40 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300/2 "2017-08-18T11:40:17Z")

</div>

[Markdown tables](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables) are supported. ~~Likewise there is a setting to enable HTML tables.~~ (it was removed with markdown-it)

---

<div class="post-metadata">

### Author: ![elijah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elijah/32/104055_2.png) [@elijah](https://meta.discourse.org/u/elijah)
#### Post date: [2017年八月20日 01:00 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300/5 "2017-08-20T01:00:50Z")

</div>

That’s half of it. The other part was how to add font-awesome icons to the tables. Pretty sure that requires whitelisting of `class`, which is no done by default:

`<i class="fa fa-camera" aria-hidden="true"></i>` :

Looks blank to me. Placing a direct character isn’t likely to work:

`&#xf030;` : 

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [2017年八月20日 10:47 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300/6 "2017-08-20T10:47:17Z")

</div>

Use images? You could write a quick plugin to whitelist the classes though too

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2017年九月19日 10:58 UTC](https://meta.discourse.org/t/how-can-i-add-table-in-main-topic-area/68300/7 "2017-09-19T10:58:44Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
