NAME

ct2

DESCRIPTION

Convert my modified version of markdown into various document formats

this will create a ~/.ct2 directory and add some files to it, such as your basic config and the initial templates

$ ct2 --help

Syntax: ct2 [options] filename

About:  Convert my modified markdown text files into other formats, by
default will create HTML in same directory as the input file, will only
process .md files.
If there is no output option used the output will be to file of same name
as the input filename but  with an extension (if provided) from the
document, use format: keyword (pdf html doc).

[options]
    -h, -?, --help        Show help
    -c, --clean           Clean up the cache before use
    -e, --embed           Embed images into HTML, do not use this if
        converting to doc/odt
    -o, --output          Filename to store the output as, extension will
        control conversion
    -p, --prince          Convert to PDF using princexml, can handle
        embedded images
    -s, --template        name of template to use
    -v, --verbose         verbose mode
    -w, --wkhtmltopdf     Convert to PDF using wkhtmltopdf, can handle
        embedded images

AUTHOR

kevin mulholland, moodfarm@cpan.org