https://github.com/mattn/docx2md
Convert Microsoft Word Document to Markdown
https://github.com/mattn/docx2md
docx markdown
Last synced: 7 days ago
JSON representation
Convert Microsoft Word Document to Markdown
- Host: GitHub
- URL: https://github.com/mattn/docx2md
- Owner: mattn
- Created: 2019-10-10T03:56:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T04:18:15.000Z (5 months ago)
- Last Synced: 2025-04-07T16:11:40.362Z (14 days ago)
- Topics: docx, markdown
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 671
- Watchers: 20
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- project-awesome - mattn/docx2md - Convert Microsoft Word Document to Markdown (Go)
- go-awesome - docx2md - Convert Word to Markdown (Open source library / Word Processing)
README
# docx2md
Convert Microsoft Word Document to Markdown

## Usage
```
$ docx2md NewDocument.docx
```Or docker
```
$ docker run -it --rm ghcr.io/mattn/docx2md NewDocument.docx
```## Installation
```
$ go install github.com/mattn/docx2md@latest
```## Supported Styles
* Header
* HyperLink
* Indent
* Table
* List
* Bold
* Italic
* Strike
* Embeded Image## License
MIT
## Author
Yasuhiro Matsumoto