[tw5] !!! ''foo'' does not appear as bold

The heading wikitext cancels out the bold wikitext.

I went to the control panel and looked through the palette editor but couldn’t find anything to edit to keep the H1 and H2 and H3 (etc) buttons from interfering with the bold formatting.

I am using Vanilla theme.

Thank you for any tips.

Hi,
I did test it at tiddlywiki.com and it does, what it should do. So there may be a problem with your stylesheets somewhere.

-m

Can you give an example?

This works;

This is a heading with ''bold'' in it

Tones

It is a problem with font-weight that it fixed in the prerelease, the fix

the heading elements have a font-weight of 300 and the element has font-weight bolder.
The bolder of 300 is 400 (=normal)
You can see the specification about this property here

Thank you so much! That worked!

Thank you so much, Álvaro! That worked!

1 Like