https://github.com/mattn/docx2md
Convert Microsoft Word Document to Markdown
https://github.com/mattn/docx2md
docx markdown
Last synced: 10 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T04:18:15.000Z (over 1 year ago)
- Last Synced: 2025-04-14T20:58:06.122Z (11 months ago)
- Topics: docx, markdown
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 672
- Watchers: 20
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- go-awesome - docx2md - 转换 Word 为 Markdown (开源类库 / 文本处理)
- go-awesome - docx2md - Convert Word to Markdown (Open source library / Word Processing)
- awesome-tools - docx2md
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