diff options
| author | bors <bors@rust-lang.org> | 2024-05-12 15:40:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-12 15:40:49 +0000 |
| commit | d25cf6fc14cb74e9d892d2b13701dafbdf9f5cac (patch) | |
| tree | 0d83da28274c15bc726e6b8486d21210a2cd1d80 /src/doc | |
| parent | dde8cfa597dff58e5f65f1184a83c2cc22318b6e (diff) | |
| parent | 48506150f4b8f8f095d5befee0db08724799b936 (diff) | |
| download | rust-d25cf6fc14cb74e9d892d2b13701dafbdf9f5cac.tar.gz rust-d25cf6fc14cb74e9d892d2b13701dafbdf9f5cac.zip | |
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
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustdoc/src/command-line-arguments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md index 822f341b370..69fb7e3313f 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -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: |
