Text format bold and italic nok

Hello forum,

in my Wiki I can’t set the text to bold and italic.
grafik

(Tested on v5.2.7 and v5.3.0 prerelease)

On https://tiddlywiki.com/ it’s working:

Any ideas?
Thanks, Stefan

You should check your stylesheet settings for the STRONG HTML element.

The HTML output TW creates is like this:

<p><strong><em>This text is bold and italic</em></strong>
</p>

So it seems your STRONG element has be redefined.

It looks different - I set the color…:

changing from bolder to bold doesn’t help:

may be it’s somewhere in an LI or UL based CSS… Did you test the test without being in a bulleted list?

Found the reason - unchecked:
grafik

Thanks @pmario for your hint!