I use a dictionary tiddlers to store, among other things, colors in the hex format. Things like
alt-text: #ee82fd
highlight: #ffff80
In the earlier versions I could that with a statement like
@@background-color:{{$:/palettes/Editor##highlight}};Text to be highlighted @@
and it would work correctly. The latest version stopped working. When I enter
{{$:/palettes/Editor##highlight}}
instead of getting #ffff80, I now get something like
A. ffff80
It appears that it parsing it as a bullet item. Is there an easy work-around for that?