Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

watermint/PlantUML4Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published