We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f4001 commit c716047Copy full SHA for c716047
scaladoc/src/dotty/tools/scaladoc/tasty/comments/markdown/SectionRenderingExtension.scala
@@ -27,9 +27,9 @@ object SectionRenderingExtension extends HtmlRenderer.HtmlRendererExtension:
27
val attributes = Attributes()
28
val headerClass: String = header.getLevel match
29
case 1 => "h500"
30
- case 2 => "h300"
31
- case 3 => "h200"
32
- case 4 => "h100"
+ case 2 => "h500"
+ case 3 => "h400"
+ case 4 => "h300"
33
case _ => "h50"
34
attributes.addValue(AttributeImpl.of("class", headerClass))
35
val embeddedAttributes = EmbeddedAttributeProvider.EmbeddedNodeAttributes(header, attributes)
0 commit comments