Replies: 1 comment
-
|
huh - it does look like no 'escape'. Even weirder is refusing ANY symbol, punctuation, or unicode in the label. I'd've expected the square brackets to collect most things. Might be a better title - "architecture-beta label doesn't support punctuation etc"? Love betas 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to display dots/periods in the group name. Example:
architecture-beta group api(cloud)[Application v1.0.0 High Level Design] service db(database)[Database] in api service disk1(disk)[Storage] in api service disk2(disk)[Storage] in api service server(server)[Server] in api db:L -- R:server disk1:T -- B:server disk2:T -- B:dbBut I get this error:
Error: Parsing failed: unexpected character: ->[<- at offset: 38, skipped 1 characters. unexpected character: ->.<- at offset: 51, skipped 1 characters.What is the right way to add dots? Or is it not supported yet?
Beta Was this translation helpful? Give feedback.
All reactions