/PlantUML4Markdown

Primary LanguageShellMIT LicenseMIT

PlantUML4Markdown

Build Status

Generate diagrams of PlantUML markups inside markdown documents, which contains PlantUML markup.

Prerequisite

PlantUML4Markdown and PlantUML requires Java Runtime. Please install Java SE or OpenJDK.

PlantUML supports generate sequence diagram OOTB. If you'd like to use more diagrams like class diagrams, usecase diagrams, activities, etc. Install Graphviz, then configure PATH for it.

brew install graphviz

Usage

  1. Place your documents under directory Documents with extension .md
  2. Launch gradlew on the project directory
  3. PlantUML4Markdown generates document under the directory build/Documents

Internet connnection required during first build. Gradle automatically downloads required libraries.

% ./gradlew
:cloneDocuments
:cloneStrapdown UP-TO-DATE
:compileMarkdown
:compilePlantuml

BUILD SUCCESSFUL

Total time: 17.13 secs

License

PlantUML4Markdown

Stripdown.js

Bootswatch themes