Request: support escape character in state diagram
See original GitHub issueSome characters, like .
or #
, can not be escaped in state diagram, but it will be helpful if we want name the state name of self.newstate
or some like this.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:5
Top Results From Across the Web
Escape sequences in C - Wikipedia
An escape sequence is a sequence of characters that does not represent itself when used inside a character or string literal, but is...
Read more >When to escape characters - Splunk Documentation
Characters and escape sequences that must be escaped ; " Quotation marks. ; \, Backslash character. ; \b, Backspace escape sequence. ; \f,...
Read more >State Machine Diagram - UML 2 Tutorial - Sparx Systems
A choice pseudo-state is shown as a diamond with one transition arriving and two or more transitions leaving. The following diagram shows that...
Read more >Character Escapes in .NET Regular Expressions
Learn about special characters and escaped characters in . ... The following table lists the character escapes supported by regular ...
Read more >Escape sequences - cppreference.com
↑ Conditional escape sequences are conditionally-supported. The character c in each conditional escape sequence is a member of basic source ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m super excited that Mermaid diagrams are now supported by Github! And the first issue, I bumped into, is lack of support for
::
in the class name (I need a C++ class diagram and it’s very natural to have namespaces for C++ classes). I’m glad that a workaround with escaping names by enclosing them in backticks is available. Though, would be good to document it in the ClassDiagram docs and possibly enable it without backticks.Here’s how it works now.
Source:
Rendered:
I’m having the similar problem with
classDiagram
which doesn’t allow me to use C++ namespaces class names