Escape characters with ~ (Orig: Using url in Container 'technology' param) #328
-
I want to add an API url as the container technology, but I can see an error in the resulting image that adds "//" at the end (see attach) How can I escape the "//" in order to render the url properly? |
Beta Was this translation helpful? Give feedback.
Answered by
kirchsth
Nov 20, 2023
Replies: 1 comment
-
Hi @SantiagoRevelo, @startuml
!include <C4/C4_Container.puml>
Container(spa, "SPA", "http:~/~/www.plantuml.com", "Characters can be escaped with ~")
@enduml BR Helmut |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SantiagoRevelo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SantiagoRevelo,
you can escape it ~
e.g. like
BR Helmut