docs: make gen.pl support *italic* and **bold**

Remove some nroffisms from the cmdline doc files to simplify editing,
and instead support this markdown style.

Closes #6771
This commit is contained in:
Daniel Stenberg 2021-03-22 16:50:57 +01:00
parent c915662485
commit d7f737dd13
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
21 changed files with 53 additions and 41 deletions

View file

@ -11,7 +11,7 @@ but is for proxy communication only like in CONNECT requests when you want a
separate header sent to the proxy to what is sent to the actual remote host.
curl will make sure that each header you add/replace is sent with the proper
end-of-line marker, you should thus \fBnot\fP add that as a part of the header
end-of-line marker, you should thus **not** add that as a part of the header
content: do not add newlines or carriage returns, they will only mess things
up for you.