Design for new md2doc.py (Markdown to DOCX converter) plus two bug-fixes
for md2pdf.py (--footer dead in CLI, --forms produces no AcroForm).
Spec includes 5 empirical hypotheses (H1-H5) about python-docx capabilities
that must be validated before implementation.
- Removed minimal style (not useful)
- Added mono style with JetBrains Mono font
- Changed default from default to elegant
- Fixed bullet consistency with list-style-type: disc
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use list-style-position: inside so bullets are part of text flow,
not separate positioned elements. Fixes copy/paste issues.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Python script with weasyprint for high-quality PDF output
- Wrapper script for easy execution with bundled venv
- Multiple styles: default, minimal, dark, elegant
- Supports single file or directory conversion
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>