mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
gen.pl: improve example output format
Treat consecutive lines that start with a space to be "examples". They are output enclosed by .nf and .fi Updated form.d to use this new fanciness Closes #8016
This commit is contained in:
parent
3bf54f90f3
commit
d1828b470f
3 changed files with 16 additions and 10 deletions
|
|
@ -40,6 +40,9 @@ correct markup that shows both short and long version.
|
|||
Text written within `*asterisks*` will get shown using italics. Text within
|
||||
two `**asterisks**` will get shown using bold.
|
||||
|
||||
Text that is prefixed with a space will be treated like an "example" and will
|
||||
be output in monospace.
|
||||
|
||||
## Header and footer
|
||||
|
||||
`page-header` is the file that will be output before the generated options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue