Escape chars
Opened this issue · 2 comments
mshang commented
Escape chars
taly commented
This is old but here's one person who thinks it would be very helpful :)
(specifically, to be able to have terminal nodes that include brackets)
sebgod commented
Right now I use percent encoding, e.g. %20 to encode those special characters. Not great but works