Revision history for Markdown-To-POD
0.04 2014-07-27 (SHARYANTO)
- [Bugfix] Don't escape < and > to E<lt> and E<gt> in code blocks (POD
verbatim).
0.03 2014-07-22 (SHARYANTO)
- [Bugfix] Disable HTML entities escaping for <, >, &. Enable escaping <
to E<lt> & > to E<gt>.
0.02 2014-07-21 (SHARYANTO)
- Add a basic test.
[INCOMPATIBLE CHANGES]
- Change function name markdown() to markdown_to_pod().
0.01 2014-07-20 (SHARYANTO)
- First release.