Skip to content

Releases: Alipsa/r2md

Ver 1.0.4

16 Aug 17:20
Compare
Choose a tag to compare
  • add automatic module name to manifest
  • upgrade maven plugins
  • Add explicit dependency on ic4j to force upgrade to non CVE affected version
  • require jdk 11

Ver 1.0.3

27 Dec 15:49
Compare
Choose a tag to compare
  • add md.renderPdf() to enable export to a PDF (it is pretty crude: you might have issues with overflowing margins
    and non latin1 characters might be rendered as # instead.)
  • add class="table" to tables if not present
  • add md.plot as a better name for md.addPlot
  • add md.summary() to provide a nice way to get pretty summaries.

Ver 1.0.2

19 Dec 15:22
Compare
Choose a tag to compare
  • change the md.add generic to match ANY object and defter matching to the Markdown class
  • add support for htest classes (e.g t.test output) similar to how it prints to the console.

Ver 1.0.1

08 Dec 19:04
Compare
Choose a tag to compare
  • add md.addPlot to allow more flexibility
  • update junit and maven enforcer plugin versions.
  • Fix bug in md.imgEmbed for external resources, add additional tests
  • Fix bug in getting content from a StringArrayVector

Ver 1.0

08 Jan 13:28
Compare
Choose a tag to compare

Initial release.