Skip to content

Releases: Alipsa/mdr

Ver 1.5.2

16 Aug 17:32
Compare
Choose a tag to compare
  • upgrade maven plugins
  • upgrade to r2md 1.0.4
  • require java 11

Ver 1.5.1

17 Jan 19:57
Compare
Choose a tag to compare
  • Change default behavior of code blocks to default to do md.clear() in the beginning unless the initialize option
    is set to FALSE (i.e. the old behavior).

Ver 1.5.0

27 Dec 15:56
Compare
Choose a tag to compare
  • upgrade r2md to 1.0.3 to add support for htest classes
  • rename package to mdr
  • add support for pdf output

Ver 1.4.0

08 Dec 19:39
Compare
Choose a tag to compare
  • upgrade r2md to 1.0.1 to add the md.addPlot function for more versatile plotting.
  • switch to 3 position version scheme so bumping version to the 1.4.x range

Ver 1.3

31 Jan 15:30
Compare
Choose a tag to compare

Minor upgrade

  • add highlightJs code formatting

Ver 1.2

24 Jan 19:49
Compare
Choose a tag to compare

Minor updates:

  • Remove dependency on htmlcreator
  • Add versions plugin with rules excluding beta versions
  • Add maven enforcer plugin to require minimum maven version

Ver 1.1

10 Jan 15:22
Compare
Choose a tag to compare
  • Remove direct rendering to html with html.add and change to render into markdown and then to html.
  • parseMdr now returns a r2md::Markdown object, use renderMdr to get either html (default) or markdown content.

Ver 1.0

08 Jan 14:36
Compare
Choose a tag to compare

Initial release.