![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Text-MultiMarkdown-1.0.27.tar.gz |
NAME Text::Markdown - Convert Markdown syntax to (X)HTML SYNOPSIS use Text::Markdown 'markdown'; my $html = markdown($text); use Text::Markdown 'markdown'; my $html = markdown( $text, { empty_element_suffix => '>', tab_width => 2, } ); use Text::Markdown; my $m = Text::Markdown->new; my $html = $m->markd more»
# WARNING This Readme is from the original version of Markdown; not all of the information contained herein is applicable to Test::Markdown the CPAN module that includes this file. See the module's POD and the README file for more information. Markdown ======== Version 1.0.1 - Tue 14 Dec 2004 by John Gruber <http://daringfireball.net/> Introduction ------------ Markdown is a text-to-HTML more»
This file documents the revision history for Perl extension Text::MultiMarkdown. 1.0.0 2006-08-22T00:00:00 - first release 1.0.1 2006-10-20T00:00:00 - include patch from Uwe Voelker to allow setting of options in markdown(); also added a test case from Uwe. Thanks, Uwe! Also updated changelog references in POD somewhat. 1.0.2 2007-11-24T14:00:00 more»
Todo pre 1.0.23: . Tests for $footnote =~ s/^glossary:\s*//i . Tests for $footnote_closing_tag more»
Copyright (c) 2004, John Gruber <http://daringfireball.net/> All rights reserved. Redistributio more»
[DIR] | Text-MultiMarkdown-1.0.27/ (13) |