You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference DOCX template system: Pandoc-style --reference-doc support for DOCX output. New ReferenceDoc class loads/validates/extracts styles from a .docx template. New StyleMapper for element-to-style mapping with override support. CLI --reference-doc flag on md/html commands, plus template inspect and template install commands. Threaded through PiMD API → ConversionService → renderer with zero backward compatibility impact. (154 tests, all passing.)
Fixed
Theme style conflict: ProfessionalTheme now gracefully handles pre-existing "Code Block" and "Blockquote" styles instead of raising ValueError on add_style().