Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Text::Markdown 1.000031

    Download button

    No screenshots available
    Downloads: 223  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tomas Doran | More programs
    Perl Artistic License / FREE
    June 2nd, 2010, 23:19 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Text::Markdown description

    Convert Markdown syntax to (X)HTML

    Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links.

    Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like < table > and < div > as well).

    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- >markdown($text);

     use Text::Markdown;
     my $m = Text::MultiMarkdown- >new(
     empty_element_suffix = > '>',
     tab_width = > 2,
     );
     my $html = $m- >markdown( $text );



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    markdown syntax | syntax converter | Perl module | markdown | syntax | converter

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM