about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-04-01 12:40:51 +0000
committerGitHub <noreply@github.com>2022-04-01 12:40:51 +0000
commit50225fe630968fc6fd9f09f6d3d61dbb70fb19fe (patch)
tree44e5e49c9fc688f8880755f43437b7fa30700287 /src/test/codegen
parent244ee65bbec161f122e48077d9fd7c4bb1cb62d7 (diff)
parente3f32d13e11f8b0aee13656a1dde6b89e90051df (diff)
downloadrust-50225fe630968fc6fd9f09f6d3d61dbb70fb19fe.tar.gz
rust-50225fe630968fc6fd9f09f6d3d61dbb70fb19fe.zip
Merge #11869
11869: fix: code blocks with tilde also works like code block r=Veykril a=moreal

The `rustdoc` uses the `pulldown_cmark` package to parse *doc_comment* and the package also treat triple `~` characters also as code block fences. So when we run `cargo doc`, they will be placed also.

<img width="965" alt="image" src="https://user-images.githubusercontent.com/26626194/161208072-5a09a209-57fc-4a52-b190-b0a9be9ffcd6.png">

But `rust-analyzer` doesn't support it so it doesn't have any injected code highlights and any `Run doctest` hint. This pull request tries to allow also them. 🙇🏻‍♂️ 

Before:

<img width="224" alt="image" src="https://user-images.githubusercontent.com/26626194/161207405-b1d6cfda-82b1-4f60-8e42-c51d0ed98f38.png">

After:

<img width="161" alt="image" src="https://user-images.githubusercontent.com/26626194/161207693-8e39997c-9ca6-4e69-8c65-e9b70899f7db.png">


Co-authored-by: Lee Dogeon <dev.moreal@gmail.com>
Diffstat (limited to 'src/test/codegen')
0 files changed, 0 insertions, 0 deletions