Open mgrubb opened 3 weeks ago
When using anything outside of [a-zA-Z0-9_ ] a syntax error is thrown. This doesn't work:
[a-zA-Z0-9_ ]
architecture-beta group agroup(cloud)[Cloud-Name]
This does:
architecture-beta group agroup(cloud)[Cloud_Name]
-
See above
No response
I'll add, that this doesn't work even when surrounding the text with quotes, which is what works in flowchart.
Description
When using anything outside of
[a-zA-Z0-9_ ]
a syntax error is thrown. This doesn't work:This does:
Steps to reproduce
-
characterScreenshots
Code Sample
Setup
Suggested Solutions
Additional Context
No response