💻 Software
An alternative to Markdown or LaTeX to create Word documents with headings?
Fresh7 days ago
Mar 15, 20261265 viewsConfidence Score0%
0%
Problem
At work I got assigned to do some translation work. I prefer working in vim rather than Word and style it later. Is there any way to use Markdown style syntax to create Word compatible styling, including retaining headings (to be used for a Table of Contents)?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: An alternative to Markdown or LaTeX to create Word documents with headings?
Low Risk
Pandoc You can write your Markdown text as usual, then use Pandoc to create an RTF file, which can easily be opened and edited in Word. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix