The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

wikitext-convert - convert WikiText to other formats

SYNOPSIS

        wikitext-convert --help

        wikitext-convert [OPTIONS] [FILE ...]

DESCRIPTION

By default, the given wikitext is converted to HTML. To process whole documents, use --full-page option.

If no files are specified the input is taken from the standard input.

OPTIONS

-h --help

show this usage

-f --format NAME

specify format (HTML, Latex, Pod)

-F --full-page

form standard page, i.e. <html>...</html>

-t --title NAME

set title (default: "WikiText Converted Page")

-a --author NAME

set author (default: "Unknown")

-V --no-verbatim

do not include verbatim blocks in output

-H --heading-offset N

set heading offset (default: 0)

-l --flat-lists

use <li>...</li> instead of <li><p>...</p></li>

AUTHORS

Mikhael Goikhman, Enno Cramer

SEE ALSO

Text::WikiText.

http://podius.wox.org/documentation/wikitext-spec.html