aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-06 10:16:41 +0100
committerGitHub <noreply@github.com>2017-03-06 10:16:41 +0100
commit23209d995bd5defd6a22812b57950fd438e10eca (patch)
treed1f510b107826ada928fbbdeb28e62136d461adf
parent49d578894e408223956036a47c3f6fdc1b86b065 (diff)
parentef672dffde9fc707b36c107129603b6d4268e9a6 (diff)
Merge pull request #449 from mgeier/remove-a-backslash
Example for disabling image markup: remove a backslash
-rw-r--r--spec.txt6
1 files 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"
.