Skip to content

Commit e6ff645

Browse files
author
hornik
committed
Update wording of ?news about heading levels(PR#18891, by Michael Chirico).
git-svn-id: https://svn.r-project.org/R/trunk@88203 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 466dd4a commit e6ff645

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/library/utils/man/news.Rd

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,14 @@ news(query, package = "R", lib.loc = NULL, format = NULL,
9393

9494
\subsection{\file{NEWS.md}}{
9595
File \file{NEWS.md} should contain the news in Markdown (following the
96-
\I{CommonMark} (\url{https://commonmark.org/}) specification), with the
97-
primary heading level giving the version number after a prefix
98-
followed by a space, and optionally followed by a space and a
99-
parenthesized ISO 8601 format date. Where available, secondary
100-
headings are taken to indicate categories. To accommodate for common
101-
practice, news entries are only split down to the category level.
96+
\I{CommonMark} (\url{https://commonmark.org/}) specification), with a
97+
primary heading level (e.g., ATX heading \code{#} or \code{##}) giving
98+
the version number after a prefix followed by a space, and optionally
99+
followed by a space and a parenthesized ISO 8601 format date. Where
100+
available, secondary headings (i.e., one heading level higher than
101+
the primary heading level) are taken to indicate categories. To
102+
accommodate for common practice, news entries are only split down to
103+
the category level.
102104
}
103105

104106
\subsection{\file{NEWS}}{

0 commit comments

Comments
 (0)