hexo-tag-plantuml

1.0.0 • Public • Published

Introduction

This is a hexo tag plugin which allows you to render plantuml code in you blog.

Hexo is a static blogging system written in Node.js. But hexo no support plantuml tag

Installation

To install, run the following command in the root directory of hexo:

npm install hexo-tag-plantuml --save

And add this plugin in your _config.yml.

Usage

Specify the code filetype, and whether to use line number in your markdown source file, in the common format of tag plugins:

{% plantuml %}
    Bob->Alice : hello
{% endplantuml %}

/hexo-tag-plantuml/

    Package Sidebar

    Install

    npm i hexo-tag-plantuml

    Weekly Downloads

    2

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • oohcode