Files
neovim/scripts
Justin M. Keyes 957d05d16b fix(docs): too much whitespace around <pre> blocks #24151
Problem:
In the generated docs HTML there is too much whitespace before/after `<pre>`
blocks.
- In the old layout (fixed-width), all text in `.old-help-para` is formatted as
  `white-space:pre`.
- In the new layout, when `<pre>` is at the end of a `<div>`, the margins of
  both are redundant, causing too much space.

Solution:
- In the old layout, always remove `<pre>` margin.
- In the new layout, disable `<pre>` margin if it is the last child.
2023-06-25 12:29:56 -07:00
..
2022-01-04 07:28:29 -07:00
2023-06-25 17:25:47 +02:00
2023-06-07 13:52:23 +01:00
2022-11-02 21:45:26 +08:00