Skip to content

Version 0.8.0

Choose a tag to compare

@manfromarce manfromarce released this 10 Jul 00:20
· 400 commits to main since this release
  • Support for header, footer, footnotes, endnotes in DOCX to Markdown and TXT converters. Since these formats are not paginated, only the first header and the last footer are exported, while footnotes and endnotes are written at the end of the document.
  • Fix problem with footnotes in DOCX to RTF converter.
  • Unnecessary consecutive blank lines in Markdown and TXT are now (mostly) avoided.
  • Internal refactor to reduce code duplication
  • Other improvements