Skip to content

Releases: walokra/markdown-page-generator-plugin

2.4.0

03 Aug 10:16
Compare
Choose a tag to compare

Features:

  • Flexmark's renderer options support #58

2.3.1

05 Jul 07:03
Compare
Choose a tag to compare

Features:

  • Mark MdPagegeneratorMojo as threadSafe. #62 #61

Chores:

  • Reduce logging of List final flexmark options to debug level. #63 #60

Flexmark options and output file extension

13 May 13:09
Compare
Choose a tag to compare

New features:

Dependency updates and minor bugfixes

13 May 13:11
Compare
Choose a tag to compare

Bug fixes:

Dependency updates:

  • Flexmark to 0.50.40 (#40)

Multiple input file extensions now supported

21 Feb 06:45
Compare
Choose a tag to compare

Thanks to @mproboeuf plugin now supports multiple file extensions (#29).

Bugfix: copyDirectories on Windows

21 Feb 06:40
Compare
Choose a tag to compare
2.0.1

[maven-release-plugin] copy for tag 2.0.1

Flexmark is here

21 Feb 06:41
Compare
Choose a tag to compare

With the help of Flexmark developer @vsch the plugin is migrated from pegdown to flexmark-java #25.

1.0.0

28 Jan 12:02
Compare
Choose a tag to compare

New features:

  • #23 "Support for Maven properties aka resource filter" by johanlindquist

Changes:

  • Updated dependencies
  • Removed SMARTYPANTS convenience method.

Fixes:

  • #22 Replace whole text only when there's no whitespace before =. Match variables only when ${...} present