How to add HTML Code?
You may want to add some HTML code as well, so here is how you can do it.
Just add a start tag [html] and end tag [/html] before and after your HTML code respectively. So, if you want to add
<a href="https://google.com">hello</a>
then change it to something like below
[html]<a href="https://google.com">hello</a>[/html]
