NAME
HTML::Editor::Markdown - Markdown for HTML::Editor
required Modules
HTML::Entities
SYNOPSIS
use HTML::Editor::Markdown;
my $test = ...
Markdown(\$test);
print $test;
DESCRIPTION
Markdown is out of date. So will not be longer in use. Markdown will replace this.
Italics *italics*
Bold **bold**
Underline __underline__
Strikethrough ~~Strikethrough~~
[link](http://dirk-lindner.com)
[i](http://dirk-lindner.com/foo.png)
EXPORT
Markdown()
Markdown
Public
Markdown
AUTHOR
Dirk Lindner <lze@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005 - 2015 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.