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: 5 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T06:25:23.000Z (about 1 year ago)
- Last Synced: 2024-10-22T13:52:27.079Z (12 days ago)
- Topics: docx, markdown
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 639
- Watchers: 21
- Forks: 36
- 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
![docx2md](https://raw.githubusercontent.com/mattn/docx2md/master/screenshot.png)
## 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