Skip to content

Instantly share code, notes, and snippets.

@diofeher
Last active July 1, 2025 22:25
Show Gist options
  • Save diofeher/f4b22a4635d4e8b98db575e86a414df7 to your computer and use it in GitHub Desktop.
Save diofeher/f4b22a4635d4e8b98db575e86a414df7 to your computer and use it in GitHub Desktop.
testing graphs

Mermaid JS

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading

DOT Language

Alt text

custom_mark21 @startuml start :init; -> test of color; if (color?) is (red) then :print red; else :print not red; note right: no color endif partition End { :end; } -> this is the end; end @enduml custom_mark21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment