IIUC, it works as it should. The button in Sigil wraps the text you want italicise in <i> </i> tags; so one click adds those tags a second click removes them. Naturally this wouldn't work on text italicised by a css rule e.g. <span class="name-of-italic-class"> </span>.
|