From 77106be4122bc569bf3a1b4d1d84c1d856fa102e Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 2 Jun 2019 09:43:15 -0700 Subject: [PATCH] Remove extra backslashes inserted by pandoc --- informqr/informqr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/informqr/informqr.md b/informqr/informqr.md index 058630d..6da1886 100644 --- a/informqr/informqr.md +++ b/informqr/informqr.md @@ -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: -- 2.31.1