Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for escaping fixes

...

Like strings and regular expressions, a backslash is needed to allow the terminator (>>) inside.allows free use of the terminator character (>) inside:, and a literal backslash requires two backslashes:

Code Block
languagejavascript
themeConfluence
var_1 = << \>\> >>;
var_2 = <<\\\>>>; >> // NOT'\' <<followed \>> >>

...

by '>'