Releases: benbalter/word-to-markdown
Releases · benbalter/word-to-markdown
v1.1.8
- Fixes typo on an error Class name (#79) @HorlogeSkynet
- Fix CI (#80) @benbalter
- Fix code style
- Update documentation
- Update dependency versions
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
- Better command line usage (now supports
--help
and--version
) - Better whitespace stripping (including HTML-encoded spaces like
) - Fix for stripping HTML from lists (e.g., links in list items)
- Faster, more complete tests
- Document model is now more object-oriented
v1.1.1
- Improved windows support including windows-based tests
- Use Open3 rather than shelling out directly for better compatibility
- Fix for when LibreOffice is installed locally, rather than globally on OS X
- Simplified
soffice
path detection - Default font size of 12 when not specified to fix newer versions of LibreOffice
- Updated documentation
1.1.0
v1.0.0
- Word to Markdown now accepts
.docx
and.doc
files directly, no need to export an.html
file via Microsoft Word - Command line interface (
bundle exec w2m path/to/file
) returns markdown via stdout - Gem now relies on LibreOffice to convert Word to HTML
- Complete refactor. OO FTW.
- Reverse Markdown 0.5.x provides better nested list support, finer unrecognized tag control
- Demo no longer distributed with Gem. See word-to-markdown-demo