Skip to content

howardroark/get-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-diagram

A simple way to embed diagrams in markdown.

![](https://get-diagram.herokuapp.com/sequence?
  Andrew->China: Says Hello;
  Note right of China: China thinks about it;
  China-->Andrew: How are you?;
  Andrew->>China: I am good thanks!;
)

Interactive demo

Inspired by js-sequence-diagrams and gravizo

Note: Since GitHub migrated from the original interpretation of John Gruber's Markdown to the CommonMark spec this no longer works. The new spec does not allow any whitespace to exist in a link.

Development

$ npm install
$ npm start

Releases

No releases published

Packages

No packages published