|
NAMElibsoldout - Perl extension for libsoldout, a flexible library to parse markdow n languageSYNOPSISuse strict; use warnings; use libsoldout; my $markdown_txt = ' TEST ------ - one arg - two arg - something else '; my $html = &libsoldout::markdown2html($markdown_txt); print $html; DESCRIPTIONThis module provies a simple access to libsoldout, a simple, fast and flexible markdown parser. This initial provides functions to convert three makrdown variants to HTML. markdown2html : Converts a strict markdown text in HTML markdown2discount_html : Converts a markdown text with discount extensions to HTML markdown2nat_html : Converts a markdown text with discount and natacha extensions to HTML SEE ALSOSee http://fossil.instinctive.eu/libsoldout/index for more informations about libsoldout.See http://www.pell.portland.or.us/~orc/Code/markdown/ for more informations about cdiscount markdown extensions. AUTHORRodrigo OSORIO, <rodrigo@bebik.net> for this perl moduleNatacha Porte, <natbsd@instinctive.eu> for libsoldout code COPYRIGHT AND LICENSECopyright (C) 2012 by Rodrigo OSORIOThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |