Skip to content

Instantly share code, notes, and snippets.

@willie
Created May 19, 2026 23:01
Show Gist options
  • Select an option

  • Save willie/3b831948e24cf2b80d0349f82cd47fdd to your computer and use it in GitHub Desktop.

Select an option

Save willie/3b831948e24cf2b80d0349f82cd47fdd to your computer and use it in GitHub Desktop.
Mermaid hyphen test

Mermaid test

Test 1: hyphen IDs (current gen-dag style)

flowchart LR
    add-todo["Add Todo"] --> quick-capture["Quick Capture"]
    add-todo -.->|gates| todostore["TodoStore"]
Loading

Test 2: underscore IDs

flowchart LR
    add_todo["Add Todo"] --> quick_capture["Quick Capture"]
    add_todo -.->|gates| todostore["TodoStore"]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment