**text* does not generate bold text in html

Thanks for the GH repos.

This is because you have change the default style in your css

Bold text is done by tag ˋstrongˋ in html. If you look at the book HTML source in your browser you’ll see you get those tags. However the style is not the default for strong as font weight is set the same in all the book. Strong text should have a higher font weight to appear bold

1 Like