Skip to content

Instantly share code, notes, and snippets.

@cswiercz
Created July 27, 2016 23:00
Show Gist options
  • Save cswiercz/c34a1b42399369fc86a43af11064123a to your computer and use it in GitHub Desktop.
Save cswiercz/c34a1b42399369fc86a43af11064123a to your computer and use it in GitHub Desktop.
Testing sequence diagrams in GitHub.

Sequence Diagrams in GitHub

js-sequence-diagrams turns text into UML sequence diagrams. However, jsseq and sequence code blocks do not automatically render in GitHub. A Google Chrome plugin Github sequence diagrams allows rendering of sequence diagrams within GitHub!

An Example Sequence Diagram

The following is a simple example from the [js-sequence-diagrams] website.

Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment