* Support Text::Markdown::markdown, which is the spelling used by
version 1.0.16 of Text::Markdown.
* Updated Spanish translation from Victor Moral.
+ * Fix example exclude regexp. Closes: #469691
-- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100
discussion => 1,
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
- #exclude => qr/*\.wav/,
+ #exclude => qr/\.wav$/,
# To change the extension used for generated html files.
#htmlext => 'htm',
# Time format (for strftime)