NAME
qgoda markdown - Run text through a Markdown processor
SYNOPSIS
qgoda markdown [<global options>] [--processor=<Markdown processor>] [<file>...]
Try 'qgoda --help' for a description of global options.
DESCRIPTION
Runs the specified files through the Markdown processor and prints the result to standard output. If no files are specified, or '-' is specified, standard input is read.
This command does not aim to compete with other Markdown command-line tools. Its purpose is to allow testing Markdown snippets with the Markdown processors in use within Qgoda.
OPTIONS
- -p, --processor=<processor>
-
Specify the Markdown processor to use, defaults to 'Markdown' which uses Text::Markdown for rendering. The other option is 'Hoedown' if Text::Markdown::Hoedown is installed.
- -h --help
-
Show this help page and exit.
SEE ALSO
Text::Markdown(3pm), Text::Markdown::Hoedown(3pm), qgoda(1), perl(1)
QGODA
Part of Qgoda.