The question pretty much says it all. Im using hallo.js and it seems to use <b>
and <i>
for bold and italic. Some of my markup currently requires strong
and em
in order to have certain CSS rules apply. I also prefer strong
and em
in general to b
and i
so Id like to configure this.
There doesnt seem to be any documentation on this directly - can it be done?