The GreatPractices documentation is written using Markdown.
Moreover root Makefile
of the project converts Markdown content to HTML and PDF files (using pandoc
).
Command make help
describes the available possibilities.
The root Makefile
enhances Markdown conversion:
- Embeds local images in HTML but keep outside extrernal images (i.e. for
http://
URL) - Keep links between Markdown pages when converting to HTML/PDF
- Convert ASCII diagrams into nice images
This third feature is ditaa-markdown which depends on ditaa0_6b.jar
, DitaaEps.jar
, epstopdf
, dot
and rdfdot
.
Work in progress: