0.0.10 • Published 9 years ago

hexo-diagram v0.0.10

Weekly downloads
1
License
GPLv2
Repository
github
Last release
9 years ago

hexo-diagram

Features

Render diagrams in your blog:

See those renders' website for help information on syntax.

Limitations of flowchart

  • Diagrams are generated statically. Any interactive features (i.e. node links) will be lost.
  • Custom styling is not supported.

Those issues will be fixed in later versions.

Install

npm install hexo-diagram --save

Usage

Syntax:

Valid diagram_type values are:

  • sequence
  • robustness
  • flow

If user does not specify one, sequence will be used as default.

For more information on how to write jumly syntax, visit Jumly.

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

10 years ago