man/ronn-format.7 in ronn-ng-0.10.1.pre3 vs man/ronn-format.7 in ronn-ng-0.10.1.pre4
- old
+ new
@@ -1,8 +1,8 @@
.\" generated with Ronn-NG/v0.10.1
-.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre3
-.TH "RONN\-FORMAT" "7" "December 2022" "Ronn-NG 0.10.1.pre3" "Ronn Manual"
+.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre4
+.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1.pre4" "Ronn Manual"
.SH "NAME"
\fBronn\-format\fR \- manual authoring format based on Markdown
.SH "SYNOPSIS"
.nf
name(1) \-\- short, single\-sentence description
@@ -84,10 +84,10 @@
Section headings should be all uppercase and may not contain inline markup\.
.SH "INLINE MARKUP"
Manpages have a limited set of text formatting capabilities\. There's basically \fBboldface\fR and \fIitalics\fR (often displayed using \fIunderline\fR)\. Ronn uses the following bits of markdown(7) to accomplish this:
.TP
\fB\e`backticks\e`\fR (markdown compatible)
-Code, flags, commands, and noun\-like things; typically displayed in in \fBboldface\fR\. All text included within \fBbackticks\fR is displayed literally; other inline markup is not processed\. HTML output: \fB<code>\fR\.
+Code, flags, commands, and noun\-like things; typically displayed in \fBboldface\fR\. All text included within \fBbackticks\fR is displayed literally; other inline markup is not processed\. HTML output: \fB<code>\fR\.
.TP
\fB**double\-stars**\fR (markdown compatible)
Also displayed in boldface\. Unlike backticks, inline markup is processed\. HTML output: \fB<strong>\fR\.
.TP
\fB<anglequotes>\fR (non\-compatible markdown extension)