/JadowMD

static html document generator

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

FOSSA Status

JadowMD

JadowMD is command line tool to generate html documents from markdown files.

Overview

JadowMD is provided as single jar file and works with jre8+, so JadowMD has a lot of portability. You can generate documents from markdown without annoying environment managements or dependency controll but with only jre and a single jar.

This tool is written in Kotlin.

Feature

PlantUML support

Write a code block with the language identifier puml.

@startuml
A -> B
A <-- B
@enduml

demo

Download

You can get a compiled jar file from Releases.

How to Use

execute the following code.

java -jar jadowmd.jar  [target markdown] -o [output file]

or

java -jar jadowmd.jar -r [target directory] -o [output file]

demo

Now JadowMD supports a specified single template using bulma and bulmaswatch. This template generates a single html file from multiple source markdown files. For details, See generated html source code.

License

FOSSA Status