docToolchain / multi-markup-demo

A multi markup demo for DocToolChain.

Home Page:http://doctoolchain.org/multi-markup-demo/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Markup-Demo

This demo shows that docToolchain is not only capable of rendering AsciiDoc. Out of the box[1] it can also render Markdown and HTML files.

Since v2.1.0, docToolchain also supports convention over configuration for Markdown and HTML files. You can take a look at the generated meta-data in the build/microsite/tmp/doc folder.

It can also render restructured text when python is installed. This is enabled throught the additionalConverters configuration.

additionalConverters can also be used to add even more converters.

To run this example, please execute the following, after cloning the project:

./dtcw.ps1 local generateSite

afterwards, open the file build/microsite/output/index.html in your local browser.


1. thanx to jBake!

About

A multi markup demo for DocToolChain.

http://doctoolchain.org/multi-markup-demo/index.html


Languages

Language:Groovy 47.7%Language:Shell 32.7%Language:PowerShell 18.9%Language:HTML 0.6%