Putting A Tag Into A Temp Var?
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Based off Jon's previous post I've attempted something like this:
```
~ temp coatAdj = "{shuffle:
- battered coat #battered
- shiny coat #shiny
- animal skin coat #animal
}"
{coatAdj}
```
However, while this appears to correctly assign text to coatAdj, the tag appears to be stripped or ignored. I've tried multiple workarounds with no success; is there any way to accomplish this? Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.