Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zikani03/goldmark-docx
- Owner: zikani03
- Created: 2024-07-09T12:31:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T20:42:18.000Z (6 months ago)
- Last Synced: 2024-07-23T00:30:24.288Z (6 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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