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: 11 days ago
JSON representation

Convert Microsoft Word Document to Markdown

Lists

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