Github Sequence Diagrams

★★★★★
★★★★★
350 users
<
>
Powerade Fruit Punch, 20 oz Bottle, Size: 12-Pack
★★★★★
★★★★★
Lijust Calculators, KK-837-12S Standard Function Desktop Calculator, 12 Digit Large LCD Display, Battery and Solar Powered Basic Calculators for
★★★★★
★★★★★
Funko Pop Football (nfl): Philadelphia Eagles - Reggie White 150
★★★★★
★★★★★
Husky HOTC4609B15M 46 in. 9-Drawer Mobile Workbench with Full Length Extension Table and Legs in Black
★★★★★
★★★★★
Franklin 5-language European Translator Twe-118 Translate Words &
★★★★★
★★★★★
Red Dragon Hardcore Peter Wright Dart Flights - Standard Green Snake
★★★★★
★★★★★

*** Update 0.0.3 ***

New theme options added by @jharmn, you can now select hand or simple theme.

This extension will allow you to add sequence diagrams into your Github issues seamlessly.

It is based on the amazing library created by Andrew Brampton which can be found at http://bramp.github.io/js-sequ ence-diagrams/.

To get to grips with the syntax of the sequence diagrams please visit Andrew's page listed above.

Getting Started:

The only thing you need to do in order to embed a sequence diagram into a Github issue is to surround the JS Sequence Diagram syntax inside a fenced code block and specifying the language of the code block as "jsseq" as per Github Flavoured Markdown.

Example:

```jsseq
A->B: Message1
B->A: Message2
B-->>C: Message 3
C-->>A: Message 4
```
Related