Commit 3869b7b
committed
Auto merge of rust-lang#111824 - lukas-code:strike, r=notriddle
rustdoc: include strikethrough in item summary
Fixes rust-lang#111822. Since **bold** and *italic* are included, I don't see why ~~strikethrough~~ shouldn't be.File tree
2 files changed
+15
-1
lines changed- src/librustdoc/html
- tests/rustdoc
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
555 | 563 | | |
556 | 564 | | |
557 | 565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments