Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 400 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 400 Bytes

docx2md

Convert Microsoft Word Document to Markdown

docx2md

Usage

$ docx2md NewDocument.docx

Installation

$ go get github.com/mattn/docx2md

Supported Styles

  • Header
  • HyperLink
  • Indent
  • Table
  • List
  • Bold
  • Italic
  • Strike
  • Embeded Image

License

MIT

Author

Yasuhiro Matsumoto