The issue
How can I add html and css code to the post content and have it rendered?
For example, if I want to add a link with an icon,
<a href="http://test"><i class="fa-brands fa-qq" style="margin-right: 10px;"></i><span>test</span></a >
Flarum information