diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index 2a6f57d043..cd9f72b48c 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -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~~. diff --git a/test_book/src/individual/strikethrough.md b/test_book/src/individual/strikethrough.md index 4ce62cbdf2..9a54947795 100644 --- a/test_book/src/individual/strikethrough.md +++ b/test_book/src/individual/strikethrough.md @@ -1,5 +1,7 @@ # Strikethrough +~Single strike~ + ~~This is Striked~~ ~~This is **strong**, _italic_ , **_both_** and striked~~