diff --git a/shortcodes.rl b/shortcodes.rl index ff29fc3..b7a29d1 100644 --- a/shortcodes.rl +++ b/shortcodes.rl @@ -50,10 +50,10 @@ end_b = '>}}'; start = start_p | start_b ; - end = end_p | end_b ;\ + end = end_p | end_b ; shortcode = (start spc name (sep arg)* spc end) - > {sc_start = p-start;}; + > {sc_start = p-start;} @ { str_cats(&output, "+++ opening\n"); str_copy(&open_name, &new_name);