Remove extra backslashes inserted by pandoc
[inform-resources.git] / informqr / informqr.md
index 058630dbe2ed342671fdc9a8d51c6a155b097303..6da1886262eea2930eba6fff6a636ee067e66e3d 100644 (file)
@@ -348,7 +348,7 @@ A routine **embedded** as the value of an object property:
             statement;
             ]
 
-Routines return a single value, when execution reaches the final "\]"
+Routines return a single value, when execution reaches the final "]"
 or an explicit return statement:
 
     return expr;
@@ -582,8 +582,8 @@ current routine:
 Other useful directives
 -----------------------
 
-To include a directive within a routine definition \[...\], insert a
-hash "\#" as its first character.
+To include a directive within a routine definition [...], insert a
+hash "#" as its first character.
 
 To conditionally compile: