We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222166c commit 4f15a3fCopy full SHA for 4f15a3f
guide/src/format/markdown.md
@@ -124,7 +124,7 @@ mdBook has several extensions beyond the standard CommonMark specification.
124
### Strikethrough
125
126
Text may be rendered with a horizontal line through the center by wrapping the
127
-text with two tilde characters on each side:
+text with one or two tilde characters on each side:
128
129
```text
130
An example of ~~strikethrough text~~.
test_book/src/individual/strikethrough.md
@@ -1,5 +1,7 @@
1
# Strikethrough
2
3
+~Single strike~
4
+
5
~~This is Striked~~
6
7
~~This is **strong**, _italic_ , **_both_** and striked~~
0 commit comments