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
Using Kroki, there is a blur at the arrow, indicating that the right margin is too small Using mermaid, no blur
this is code:
--- title: ABCD_TOPL_ID mermaid --- stateDiagram-v2 [*] --> ABCD_L_L0 ABCD_L_L0 --> ABCD_L_L1 ABCD_L_L0 --> ABCD_L_LT ABCD_L_L1 --> ABCD_L_L2 ABCD_L_L1 --> ABCD_L_LT ABCD_L_L2 --> ABCD_L_L3 ABCD_L_L2 --> ABCD_L_LT ABCD_L_L3 --> ABCD_L_LT ABCD_L_LT --> [*]
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Another example:
classDiagram class MQTTDevice { -deviceCount: int -idiotDevices: mqttDevice_t[] +mqtt_handleApplianceMessage(string, string, mqttDevice_t) void +mqtt_deviceGetVersionJson(string, size_t, mqttDevice_t) bool +mqtt_getDeviceCount() int +mqtt_getDeviceBySerial(string) mqttDevice_t +mqtt_getDeviceByIndex(int) mqttDevice_t +mqtt_registerIdiotDevice(idiot_device_t) void -_getTopicHandler(string, mqttDevice_t) msgHandler_t -_controlMsgHandler(json_t, mqttDevice_t) void }
results in:
This is a duplicate of #1345
No branches or pull requests
Using Kroki, there is a blur at the arrow, indicating that the right margin is too small
Using mermaid, no blur
this is code:
The text was updated successfully, but these errors were encountered: