GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
libsoldout(3) User Contributed Perl Documentation libsoldout(3)

libsoldout - Perl extension for libsoldout, a flexible library to parse markdow n language

  use strict;
  use warnings;
  use libsoldout;

  my $markdown_txt = '
  TEST
  ------
   - one arg
   - two arg
   - something else
  ';

  my $html = &libsoldout::markdown2html($markdown_txt);

  print $html;

  This 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 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.

Rodrigo OSORIO, <rodrigo@bebik.net> for this perl module

Natacha Porte, <natbsd@instinctive.eu> for libsoldout code

Copyright (C) 2012 by Rodrigo OSORIO

This 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.

2012-07-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.