We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know how you folks see this. I feel like not allowing punctuation in a class name is a show stopper.
What can I do about it?
Originally posted by @michimussato in #1546 (comment)
The text was updated successfully, but these errors were encountered:
From: @michimussato Getting there, but still not quite... Introduced some unexpected behavior:
classDiagram class my.module.MyClass { __init__(self) __hash__(self) }
results in:
Sorry, something went wrong.
From @michimussato
Apparently, backticking the class name gives me the desired result:
[...] class `some.modules.Class` { processNestedSchemas(self) } [...] node10 --> `some.modules.Class` `some.modules.Class` --> node9 `some.modules.Class` --> node3 node10 --> node7 `some.modules.Class` --> node8
jgreywolf
No branches or pull requests
What can I do about it?
Originally posted by @michimussato in #1546 (comment)
The text was updated successfully, but these errors were encountered: