Markdown.pl: detail ability to "use" Markdown module
commit0eeaa48ae6ec1be9260e22b00e6feaea288f793e
authorKyle J. McKay <mackyle@gmail.com>
Thu, 1 Oct 2020 06:43:56 +0000 (30 23:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 1 Oct 2020 06:43:56 +0000 (30 23:43 -0700)
tree03bdd65de2e664a8345a5c1fd67bb6689ea5c422
parenta04101db46e96176f0a751a2211f817b3b569c9d
Markdown.pl: detail ability to "use" Markdown module

While the default mode of Markdown.pl remains that of a command
line utility, it's fairly simple to "use Markdown" and call the
functions directly.

Explain this usage in the help and make sure all of the auxiliary
functions that might be used for this appear in @EXPORT_OK.

Include an example that simulates `Markdown.pl --stub --wiki`.

Add a symbolic link from Markdown.pm to Markdown.pl to go
along with the new example.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl
Markdown.pm [new symlink]