Free tools › Documents
Markdown to Word
Headings, lists, links, code and tables into a document people can comment on.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert Markdown to Word
- Drop the file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
The Markdown is read by pandoc (GitHub flavour: tables, task lists, strikethrough, fenced code) and written as DOCX with Word’s own heading, list and code styles, so the document’s navigation pane and table of contents work.
Images referenced by URL are not fetched; images by relative path are not available either — the DOCX keeps the reference text.
Questions
Does it keep code blocks?
Yes, as a monospaced "Source Code" style; syntax colouring is not carried over.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "convert",
"options": {
"to": "docx"
}
}'The same operation, convert — Documents into another document format: Office, text and HTML to PDF by default, or by `to` into docx, odt, rtf, txt, html, xlsx, ods, csv, pptx, odp, md or epub (Markdown and EPUB through pandoc). Images to WebP. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.