Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 799 Bytes

test.md

File metadata and controls

40 lines (32 loc) · 799 Bytes

this is a markdown file with a code block

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!

With theme specified

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!

Bug #37

graph LR;
    A-->B;
    click A callback "Tooltip for a callback"
    click B "http://www.github.com" "This is a tooltip for a link"