Skip to content

doc: fix paragraph line-height issue

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Fix a line-height issue introduced in #15660 where paragraphs containing <code> blocks would have unequal line heights.

Fixes: https://github.com/nodejs/nodejs.org/issues/1399

Before

After

Merge request reports

Loading