Skip to content

rjyblog/hexo-tag-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-tag-viz

Use Vis.js to render GraphViz dot format graphs.

Usage

  1. Install

    npm install https://github.com/rjyblog/hexo-tag-viz.git
  2. Code block with viz or dot notation will be rendered by Vis.js.

    ``` viz
    digraph {
    A -> {B; C; D}
    }
    ```
    or
    {% viz %}
    digraph {
    A -> {B; C; D}
    }
    {% endviz %}

    You can choose different engines by specifying engine=xxx. Engine circo, dot, neato, osage, or twopi are supported. Default engine is dot.

    ``` viz engine=neato
    digraph {
    A -> {B; C; D}
    }
    ```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published