Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 19:04
· 169 commits to main since this release

Apple iWork support and a DOCX table fix.

Apple iWork support

Pages, Keynote, and Numbers files are now supported. Turns out they're all just XML in a zip.

markit document.pages
markit presentation.key
markit spreadsheet.numbers

Fixes

  • Fixed DOCX tables breaking when cells contain multiple paragraphs (#10)