from qm help
Escape sequences are replaced only in text parts of quoted strings. As escape sequence for { can be used {{. The {{ escape sequence also can be used in multiline strings.
so only need the extra { at the beginning . Qm looks for {{ and if it finds {{ escapes it. Don't need the extra } on the end.
Escape sequences are replaced only in text parts of quoted strings. As escape sequence for { can be used {{. The {{ escape sequence also can be used in multiline strings.
so only need the extra { at the beginning . Qm looks for {{ and if it finds {{ escapes it. Don't need the extra } on the end.
