build: add Markdown lint check for unescaped angle brackets (#41753)

This commit is contained in:
David Sanders 2024-04-04 11:50:35 -07:00 committed by GitHub
parent 3eb94b72ba
commit 42164d7081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 22 additions and 8 deletions

View file

@ -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.