Document that strikethrough can also use a single tilde.

This commit is contained in:
Eric Huss 2023-06-29 12:27:06 -07:00
parent 222166ca5a
commit 4f15a3f85c
2 changed files with 3 additions and 1 deletions

View File

@ -124,7 +124,7 @@ mdBook has several extensions beyond the standard CommonMark specification.
### Strikethrough
Text may be rendered with a horizontal line through the center by wrapping the
text with two tilde characters on each side:
text with one or two tilde characters on each side:
```text
An example of ~~strikethrough text~~.

View File

@ -1,5 +1,7 @@
# Strikethrough
~Single strike~
~~This is Striked~~
~~This is **strong**, _italic_ , **_both_** and striked~~