mirror of
https://github.com/curl/curl.git
synced 2026-08-04 14:36:15 +03:00
cmdline/docs/*.d: switch to using ## instead of .IP
To make the editing easier. To write and to read. Closes #12667
This commit is contained in:
parent
a859e29a60
commit
89bb115e4a
13 changed files with 305 additions and 192 deletions
|
|
@ -38,14 +38,15 @@ content holding null bytes that are not encoded when expanded, causes an
|
|||
error.
|
||||
|
||||
Available functions:
|
||||
.RS
|
||||
.IP trim
|
||||
|
||||
## trim
|
||||
removes all leading and trailing white space.
|
||||
.IP json
|
||||
|
||||
## json
|
||||
outputs the content using JSON string quoting rules.
|
||||
.IP url
|
||||
|
||||
## url
|
||||
shows the content URL (percent) encoded.
|
||||
.IP b64
|
||||
|
||||
## b64
|
||||
expands the variable base64 encoded
|
||||
.RE
|
||||
.IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue