mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
cmdline-docs: quote and angle bracket cleanup
- make sure angle brackets are escaped - remove a lot of superfluous double quotes - replace several double quotes with backticks To make nicer-looking markdown. Closes #12884
This commit is contained in:
parent
dc3eb678da
commit
911fc964a1
34 changed files with 105 additions and 95 deletions
|
|
@ -83,6 +83,9 @@ explicitly with an empty "header":
|
|||
|
||||
##
|
||||
|
||||
Angle brackets (`<>`) need to be escaped when used in text like `\<` and
|
||||
`\>`. This, to ensure that the text renders nicely as markdown.
|
||||
|
||||
### Headers
|
||||
|
||||
The `#` header can be used by non-option files and it produces produces a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue