From ef672dffde9fc707b36c107129603b6d4268e9a6 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 5 Mar 2017 20:13:53 +0100 Subject: Example for disabling image markup: remove a backslash Escaping `[` disables the markup, escaping `!` on top of that doesn't change anything and is therefore misleading in this example. --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.txt b/spec.txt index 95cdfa6..f461ceb 100644 --- a/spec.txt +++ b/spec.txt @@ -8319,11 +8319,11 @@ The link labels are case-insensitive: ```````````````````````````````` -If you just want bracketed text, you can backslash-escape the -opening `!` and `[`: +If you just want a literal `!` followed by bracketed text, you can +backslash-escape the opening `[`: ```````````````````````````````` example -\!\[foo] +!\[foo] [foo]: /url "title" . -- cgit v1.2.3