0.0.10 • Published 10 years ago

hexo-diagram v0.0.10

Weekly downloads
1
License
GPLv2
Repository
github
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

11 years ago