Open matil019 opened 1 year ago
Hello, thank you @matil019 for your issue. Based on my tests, removing the font-weight:initial
doesn't have much effect on the rest of the style of the documentation apart from an increase in the font-weight of the headings (which I could easily correct if necessary). Now I'd prefer one of the authors to confirm that it doesn't serve any other purpose.
Compiler version
Minimized code
Foo.scala:
Then run:
Output
Open the generated file with a browser, and the comment is not rendered emphasized.
It seems on HTML file the comment is emphasized as intended:
but it is not apparent when viewed on a browser because the CSS style
font-weight
is overridden bybundle.css
:Expectation
<strong>
texts in generated HTML files should be rendered emphasized on browsers.