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.
- Decode the command line argument strings according to the current locale and
1.04 - 2024-05-09
- Remove our custom make targets on platforms that don’t have GNU Make to
avoid parse failures.