Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
895 B

15 years ago
15 years ago
15 years ago
10 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
  1. Text-Markdown-Discount
  2. ======================
  3. Text::Markdown::Discount - Perl extension interface for "Discount", an
  4. implementation of John Gruber's "markdown"[^1] in C developed by
  5. David Loren Parsons[^2].
  6. [^1] <http://daringfireball.net/projects/markdown/>
  7. [^2] <http://www.pell.portland.or.us/~orc>
  8. INSTALLATION
  9. ============
  10. To install this module type the following:
  11. perl Makefile.PL
  12. make
  13. make test
  14. make install
  15. AUTHOR
  16. ======
  17. Masayoshi Sekimura, <sekimura@cpan.org>
  18. COPYRIGHT AND LICENSE
  19. =====================
  20. Copyright (C) 2009 by Masayoshi Sekimura
  21. This library is free software; you can redistribute it and/or modify it
  22. under the same terms as Perl itself, either Perl version 5.10.0 or, at
  23. your option, any later version of Perl 5 you may have available.
  24. This product includes software developed by David Loren Parsons
  25. <http://www.pell.portland.or.us/~orc>