Pantcl document converter
The pantcl document converter can be used as standalone to convert Markdown code to HTML documentation evaluating embedded programming code in languages like Bash, R, Python, Tcl, Octave and others and diagram tools like GraphViz, PlantUML and others or music scores etc. The application can be used as well as filter for the pandoc document processor. supporting in this case many more input and output formats.
Installation
Just install the Tcl interpreter and download one of the prebuild Tcl applications either pantcl.bin (Filter and standalone mode - using --no-pandoc option - is possible) or pantcl.mbin (only usable as standalone application, without the need to specify --no-pandoc). Make the bin-files executable using the chmod command and copy them to a folder belonging to your PATH. You can rename them as well to "pantcl" without the bin extension.
Usage
As filter:
pandoc input-file --filter pantcl -o output
As standalone application:
pantcl input-file output-file --no-pandoc
The --no-pandoc option can be omitted if you use the mbin-binary.
For more information consult the Github project page: https://github.com/mittelmark/pantcl
Changes
Release 0.10.2 fixes and issue with the ampersand symbol in source code.