Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zikani03/goldmark-docx

Best effort Markdown to Word .docx in pure Go
https://github.com/zikani03/goldmark-docx

Last synced: 6 days ago
JSON representation

Best effort Markdown to Word .docx in pure Go

Awesome Lists containing this project

README

        

# goldmark-docx

Experimental library implemented as a [goldmark](https://github.com/yuin/goldmark)
extension for writing out simple .docx files.

If you need a fully featured markdown to Word Document tool, please look at the awesome [Pandoc](https://pandoc.org).

This library is intended for use in Go projects as a library.

> NOTE: This is a Work In Progress

## Why?

Because I thought it would be a nice thing to work on in my spare time.

## ROADMAP

- Support Markdown features
- Header Styles
- Italics
- Bold fonts
- Links
- Images
- WASM Support
- Image Support
- Support Custom Styles for the Word Docx

## LICENSE