How can I add table in main topic area?

Hi everyone,

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

Demo:

Markdown tables are supported. Likewise there is a setting to enable HTML tables. (it was removed with markdown-it)

4 Likes

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; : 

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

1 Like

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