We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ce0b9 commit c2a446aCopy full SHA for c2a446a
src/doc/rustdoc/src/how-to-write-documentation.md
@@ -165,15 +165,15 @@ extensions:
165
### Strikethrough
166
167
Text may be rendered with a horizontal line through the center by wrapping the
168
-text with two tilde characters on each side:
+text with one or two tilde characters on each side:
169
170
```text
171
-An example of ~~strikethrough text~~.
+An example of ~~strikethrough text~~. You can also use ~single tildes~.
172
```
173
174
This example will render as:
175
176
-> An example of ~~strikethrough text~~.
+> An example of ~~strikethrough text~~. You can also use ~single tildes~.
177
178
This follows the [GitHub Strikethrough extension][strikethrough].
179
0 commit comments