docs: put <> within backticks in titles

To render better markdown. Make managen warn if present "unticked" and
unescaped.

Closes #18498
This commit is contained in:
Daniel Stenberg 2025-09-08 17:29:56 +02:00
parent e3c06ccc66
commit 32909591d2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 27 additions and 20 deletions

View file

@ -21,16 +21,16 @@ Perform the operation using a specified interface. You can enter interface
name, IP address or hostname. If you prefer to be specific, you can use the
following special syntax:
## if!<name>
## `if!<name>`
Interface name. If the provided name does not match an existing interface,
curl returns with error 45.
## host!<name>
## `host!<name>`
IP address or hostname.
## ifhost!<interface>!<host>
## `ifhost!<interface>!<host>`
Interface name and IP address or hostname. This syntax requires libcurl 8.9.0
or later.