Skip to content

v1.06

Latest
Compare
Choose a tag to compare
@mkende mkende released this 17 May 20:38
· 2 commits to main since this release

1.06 - 2024-05-17

  • Add support for setting processing hooks.
  • Add a hook to resolve otherwise unresolved link references.

1.05 - 2024-05-16

  • Improve the inline_delimiters option

    • Document the option.
    • Set the correct value for the original markdown syntax.
    • Support the case where a delimiter does not have a repeated variant.
    • Validate the value of the option.
    • Allow to pass a class name to insert an HTML , rather than a
      specific tag.
  • Other changes

    • Decode the command line argument strings according to the current locale and
      decode/encode the standard input/output if we are connected to a tty.

1.04 - 2024-05-09

  • Remove our custom make targets on platforms that don’t have GNU Make to
    avoid parse failures.