Auto merge of #125040 - ickk:patch-1, r=notriddle

Fix hidden title in rustdoc book

raw html is treated as actual html by markdown, so this title needs to use some form of escaping in order to display correctly
This commit is contained in:
bors 2024-05-12 15:40:49 +00:00
commit d25cf6fc14

View File

@ -273,7 +273,7 @@ will be added.
When rendering Rust files, this flag is ignored.
## `--html-in-header`: include more HTML in <head>
## `--html-in-header`: include more HTML in `<head>`
Using this flag looks like this: