Re: [PATCH v2] docs: maintainer: Fix ambiguous subheading formatting

From: Jonathan Corbet

Date: Thu Sep 18 2025 - 12:28:18 EST


Thorsten Blum <thorsten.blum@xxxxxxxxx> writes:

> Add a newline after both subheadings to avoid any ambiguous formatting,
> especially in htmldocs. Without the newline, subheadings are rendered as
> part of the following paragraphs, which can be confusing to read.
>
> Suggested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
> Changes in v2:
> - Fix subheading formatting with newlines as suggested by Randy
> - Link to v1: https://lore.kernel.org/r/20250915192235.2414746-2-thorsten.blum@xxxxxxxxx/
> ---
> Documentation/maintainer/maintainer-entry-profile.rst | 2 ++
> 1 file changed, 2 insertions(+)

Applied, thanks.

jon