Word style mapping
Markdown elements map to Word styles as follows:
- Headings
# H1–###### H6→ Word's Heading 1–Heading 6 styles, with size, color, and spacing tuned for body docs (not slide-deck oversize). - Bold / italic / strikethrough → matching character runs.
- Ordered and unordered lists → Word's List Paragraph with proper indent levels (decimal, alpha, bullets at nesting depth).
- Tables → proper Word tables with column alignment.
- Code blocks → Courier New, light-grey background, single side-border (Word's closest analog to a code fence).
- Blockquotes → slate left-border on each paragraph.
- Links → real Word hyperlinks. Scheme allowlist on the way in: only
http,https,mailto.