You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeDoc should use an appropriate line-height for headings.
Actual Behavior
The line-height is too low for h1 and h2. h3 and h4 are fine.
Steps to reproduce the bug
/** * # My really long h1 just to show that the line-height is really low if the heading wraps to multiple lines * * ## My really long h2 just to show that the line-height is really low if the heading wraps to multiple lines * * ### My really long h3 just to show that the line-height is really low if the heading wraps to multiple lines * * #### My really long h4 just to show that the line-height is really low if the heading wraps to multiple lines */exportconstx='foobar'
Environment
Typedoc version: 0.22.9
TypeScript version: 4.4.4
Node.js version: 16
OS: Windows 10
Will PR sometime since this seems like an easy fix.
The text was updated successfully, but these errors were encountered:
Search terms
line height, headings, spacing, h1, h2
Expected Behavior
TypeDoc should use an appropriate line-height for headings.
Actual Behavior
The line-height is too low for
h1
andh2
.h3
andh4
are fine.Steps to reproduce the bug
Environment
Will PR sometime since this seems like an easy fix.
The text was updated successfully, but these errors were encountered: