I would like to create BBcodes for html headers like
<h1>
, <h2>
, ...Instead of creating 6 distinct BBcodes I try to code it once like
[h={INT}]{TEXT}[/h]
which should generate <h{INT}>{TEXT}</h{INT}>
but if I write in a message
[h=1]Text[c][h]
I only get <h>Text</h>
that of course html does not recognise.What am I doing wrong ?
Thanks