-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Description
See the screenshot below.
As you can see, the first line of the next list item, Interactive Rendering and Scene Edits, Fault Tolerance, etc. is too close to the last paragraph of the previous item.
I.e. spacing between paragraphs under a list item is bigger than spacing between list items. It should be at least the same.
Here is the section of source that generates this:
//! Implements a renderer for the node-based image compositing language API,
//! `nci`.
//!
//! # Design Principles
//!
//! * Simplicity
//!
//! The interface itself should be simple to understand and use, even if
//! complex things can be done with it. This simplicity is carried into
//! everything which derives from the interface.
//!
//! * Interactive Rendering and Scene Edits
//!
//! Scene edit operations should not be a special case. There should be no
//! difference between scene description and scene edits. In other words, a
//! scene description is a series of edits and vice versa.
[...]
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.