Thorsten Blum <thorsten.b...@linux.dev> 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 <rdun...@infradead.org> > Signed-off-by: Thorsten Blum <thorsten.b...@linux.dev> > --- > Changes in v2: > - Fix subheading formatting with newlines as suggested by Randy > - Link to v1: > https://lore.kernel.org/r/20250915192235.2414746-2-thorsten.b...@linux.dev/ > --- > Documentation/maintainer/maintainer-entry-profile.rst | 2 ++ > 1 file changed, 2 insertions(+)
Applied, thanks. jon