Change bold and italic formats in Ephox

The current configuration of our Ephox Editor uses the <b> and <i> tags and I need to change this to use the <strong> and <em> tags. There has been some past attempts at creating a custom config.xml and using js to accomplish this unsuccessfully. This was prior to my involvement, and is probably out of my skill/time limit. I would appreciate simplicity, as my Percussion level is approximately noob. Thanks in advance.

I wonder if: http://docs.ephox.com/display/EditLive/Accessibility+Compliance is what you are looking for?

set the logicalEmphasis attribute of the <htmlFilter> configuration file element to true

I haven’t tried it myself but this seems to be what you would want…

That did it. Thanks a bunch jitendra!

That was a helpful tip :slight_smile: