build: add Markdown lint check for unescaped angle brackets (#41779)
This commit is contained in:
parent
c9b2de9a36
commit
e6417c7084
6 changed files with 23 additions and 9 deletions
|
@ -17,7 +17,7 @@ following properties:
|
|||
method.
|
||||
* `url` string (optional) - The request URL. Must be provided in the absolute
|
||||
form with the protocol scheme specified as http or https.
|
||||
* `headers` Record<string, string | string[]> (optional) - Headers to be sent
|
||||
* `headers` Record\<string, string | string[]\> (optional) - Headers to be sent
|
||||
with the request.
|
||||
* `session` Session (optional) - The [`Session`](session.md) instance with
|
||||
which the request is associated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue