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

NAME

MarkdownTest

SYNOPSIS

MarkdownTest.pl [ --options ] [ file ... ]

DESCRIPTION

OPTIONS

Use "--" to end switch parsing. For example, to open a file named "-z", use:

        MarkdownTest.pl -- -z
--script

Specify the path to the Markdown script to test. Defaults to "./Markdown.pl". Example:

        ./MarkdownTest.pl --script ./PHP-Markdown/php-markdown
--testdir

Specify the path to a directory containing test data. Defaults to "Tests".

--tidy

Flag to turn on using the command line 'tidy' tool to normalize HTML output before comparing script output to the expected test result. Assumes that the 'tidy' command is available in your PATH. Defaults to off.

BUGS

VERSION HISTORY

1.0 Mon 13 Dec 2004

COPYRIGHT AND LICENSE

Copyright (c) 2004 John Gruber <http://daringfireball.net/> All rights reserved.

This is free software; you may redistribute it and/or modify it under the same terms as Perl itself.