0.0.3 • Published 10 years ago

gitbook-plantuml v0.0.3

Weekly downloads
2
License
Apache 2
Repository
github
Last release
10 years ago

GitBook PlantUml Plugin

This is a sample plugin for GitBook and is specially adapted for GitBook from PlantUML. Gitbook PlantUml plugin is used to select from markdown uml and converting it into a picture format svg.

Example:

Text format dot:

@startuml

Class Stage
Class Timeout {
	+constructor:function(cfg)
	+timeout:function(ctx)
	+overdue:function(ctx)
	+stage: Stage
}

Stage <|-- Timeout

@enduml

npm.io

Image uml.

How to use it:

Gitbook PlantUml plugin can be installed from NPM using:

$ npm install gitbook-plantUML

Additional requirements: