silverwind / symlink-test

Just testing symlinks inside a git repo
2 stars 1 forks source link

mermaid #4

Open silverwind opened 2 years ago

silverwind commented 2 years ago
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
    stateDiagram
    [*] --> Active

    state Active {
        [*] --> NumLockOff
        NumLockOff --> NumLockOn : EvNumLockPressed
        NumLockOn --> NumLockOff : EvNumLockPressed
    }
 sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
 gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d
  graph TD;
      A-->B;
      A-->C; -->
      B-->D;
      C-->D;
  <script>alert("xss")</script>
silverwind commented 2 years ago
pie title NETFLIX
         "Time spent looking for movie" : 90
         "Time spent watching it" : 10