SVN/Notify/Filter/Markdown version 0.04
=======================================

This module filters SVN::Notify log message output from Markdown format into
HTML. Essentially, this means that if you write your commit log messages using
Markdown and like to use L<SVN::Notify::HTML|SVN::Notify::HTML> or
L<SVN::Notify::HTML::ColorDiff|SVN::Notify::HTML::ColorDiff> to format your
commit notifications, you can use this filter to convert the Markdown in the
log message to HTML.

INSTALLATION

To install this module, type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

Or, if you don't have Module::Build installed, type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

SVN::Notify:Filter::Markdown has the following dependencies:

    * SVN::Notify
        Sents Subversion activity notification messages.

    * Text::Markdown
        Converts from Markdown to HTML.

COPYRIGHT AND LICENCE

Copyright (c) 2008 David Wheeler. Some Rights Reserved.

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