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.

44 lines
1.4 KiB

15 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
10 years ago
11 years ago
12 years ago
14 years ago
15 years ago
  1. Revision history for Perl extension Text::Markdown::XS.
  2. 0.11 Fri Nov 15 10:26:19 PST 2013
  3. - upgraded Discount to 2.1.7, which fixed an issue generating <em> tags
  4. from _<nonascii>_ and *<nonascii>*
  5. - doc typo fix (by @harupong)
  6. 0.10 Fri Aug 9 12:49:59 PDT 2013
  7. - added with_html5_tags() to enable html5 block elements support (by @Songmu)
  8. 0.09 Mon Aug 5 10:08:05 PDT 2013
  9. - fixed #14 "some files are missing in 0.08"
  10. 0.08 Sun Aug 4 23:50:18 PDT 2013
  11. - Reverted html5 tags support
  12. 0.07 Sun Aug 4 18:44:48 PDT 2013
  13. - Removed MYMETA (by @Songmu)
  14. - Added html5 tags support (by @Songmu)
  15. 0.06 Sat Jul 13 20:35:10 PDT 2013
  16. - Documentation improvements by @nailbowers
  17. - fixed an issue with is_utf8 boolean casting behavior
  18. 0.05 Tue Jul 9 14:40:27 PDT 2013
  19. - Support MKD_* flags (by @tokuhirom)
  20. - markdown() returns UTF-8 encoded string (by @Songmu)
  21. - upgraded Discount to 2.1.6 (by @Songmu)
  22. 0.04 Thu Sep 13 11:16:38 PDT 2012
  23. - noop to deal with ugly file name
  24. 0.03 Thu Sep 13 11:16:38 PDT 2012
  25. - upgraded discount to 2.1.5a (RT:79192)
  26. - Thanks for the pull request up by https://github.com/hitode909
  27. 0.02 Sun Jan 1 22:13:42 PST 2012
  28. - upgraded discount to 2.1.2 (RT:66012)
  29. - use "CC='cc -fPIC'" as running configure.sh on discount workdir
  30. - added test for empty or spaces input (RT:73657)
  31. 0.01 Mon Oct 19 15:03:25 PDT 2009
  32. - first version with discount-1.3.4