Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/docx2md
Convert Microsoft Word Document to Markdown
https://github.com/mattn/docx2md
docx markdown
Last synced: about 15 hours 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 (about 2 months ago)
- Last Synced: 2025-01-04T06:06:17.402Z (8 days ago)
- Topics: docx, markdown
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 654
- Watchers: 21
- Forks: 38
- Open Issues: 2
-
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
![docx2md](https://raw.githubusercontent.com/mattn/docx2md/master/screenshot.png)
## 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