Also, I want to know the correct way to add BB code for row span, colspan etc. (I couldn't find any documentation about this new feature in XF help section)
Right now I have defined them as separate tag, is it the best way to do?
BB Code Tag: tdrowspan
HTML Replacement: <td rowspan="{option}">{text}</td>
BB Code Tag: tdcolspan
HTML Replacement: <td colspan="{option}">{text}</td>