Closed andy-blum closed 1 year ago
closes #18
Turns out $variable has to be escaped as \\$variable. I don't know why this worked previously, but now it should work going forward.
$variable
\\$variable
closes #18
Turns out
$variable
has to be escaped as\\$variable
. I don't know why this worked previously, but now it should work going forward.