Releases: myabc/markdownj
Releases · myabc/markdownj
MarkdownJ 0.4
Deprecations
- Package name has been changed from
com.petebevin.markdown
toorg.markdownj
. Thecom.petebevin.markdown
has been deprecated and will be removed in MarkdownJ 0.5.
Bug fixes:
- Fix escaping of uppercase HTML tags (#4).
- Fix handling of reference-style images, which were previously being parsed as links (#5) – @iceout.
- Thread-safety fixes for
CharacterProtector
class (#23).
Features:
- Add support for
lang
attribute in code blocks – @enr.
Miscellaneous:
Project Infrastructure
- Project migrated from SourceForge/Google Code to GitHub.
- Project build tool migrated from Ant to Maven.
- Project is now tested on Travis CI.
- Source code now targets Java 1.5 + (note: that Continuous Integration is currently configured for 1.6+).
- Source code updated to use Generics, newer for-each loops, annotations, etc.
- Test suite updated to use JUnit 4.11.
- Test suite fixes on Windows Vista (#11).
- markdownj-ant-utils and markdownj-dingus have been moved to separate repositories.