-
-
11 Jul 2008 22:40:27 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (30 / 2 / 0)
- Kwalitee
Bus factor: 6- License: bsd
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (138.3KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Digest::MD5
- Encode
- Text::Balanced
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.0.20 - 2008-07-11
- Update README.txt
- Allow scripts to be used on multiple input files at once (processing in command line order)
- Update footnote behavior of Text::MutliMarkdown to be consistent with the latest version of MultiMarkdown
- Added tests for the new footnote functionality.
- Added tests for all the MDTest corner cases brought up on the list. Noted why / how I differ from original Markdown.
- Moved all the document tests to MDTest format. I have made MDTest test suites for Text::Markdown and Text::MultiMarkdown, containing **only** the bug fixes and behavior changes I've made, I've imported the Markdown test suite from MDTest1.1, and the MultiMarkdown test
- suite.
- RT#36537 doc patch to add POD to the scripts from Debian's Gunnar Wolf.
- Mutilate the list processing somewhat to reduce the compilation of recursive regexes, and so stop perl (<5.10) crapping itself on lots of input. This isn't the full fix - really shouldn't be usng recursive regexes at all. RT#37297
Documentation
Convert Markdown syntax to (X)HTMLConvert MultiMarkdown syntax to (X)HTMLModules
Convert Markdown syntax to (X)HTMLConvert MultiMarkdown syntax to (X)HTMLModule Install Instructions
To install Text::Markdown, copy and paste the appropriate command in to your terminal.
cpanm Text::Markdown
perl -MCPAN -e shell install Text::Markdown
For more information on module installation, please visit the detailed CPAN module installation guide.