Skip to content

v2.2.5

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:45
· 1 commit to main since this release

[2.2.5] - 2026-06-23

Added

  • 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().