Hello forum,
in my Wiki I can’t set the text to bold and italic.
(Tested on v5.2.7 and v5.3.0 prerelease)
On https://tiddlywiki.com/ it’s working:
Any ideas?
Thanks, Stefan
Hello forum,
in my Wiki I can’t set the text to bold and italic.
(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.
may be it’s somewhere in an LI or UL based CSS… Did you test the test without being in a bulleted list?