Skip to content

v0.3.71

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 17:14
b26aca0

Bug fixes

  • Dumped locations when extracting from multiple Markdown files with md2po being accumulated.
  • wrapwidth arguments can accept now floating point and negative numbers (the last would means no wrapping)
  • Indented code blocks empty lines being removed.
  • Malformatted image links regression from v0.3.68.

Enhancements

  • Performance improvements for pre-commit hooks.
  • Performance improvements parsing wrapwidth arguments.
  • Support for referenced image links.

Chore

  • Modernized codebase to fit Python 3.6 standards.
  • Added more tests.