Can't escape metadata symbol (#)
Closed this issue · 2 comments
tabularelf commented
Currently metadata tags use the hashtag (#) symbol, which interferes with Scribbles text format hexcodes [#79bd77]
.
An easy solution to this would be with escaping hashtags, but it doesn't seem to work fully. [\#79bd77]
It escapes, but it also includes the backslash.
Screenshot below was from Test.yarn
in the project repo, with This is the starting node. \#Can this wooooork?
hagusen commented
This seems to be fixed as of commit 70e40c4 at least.
This is the example \#for displaying sprites from speakerdata.
JujuAdams commented
Appears to be fixed.