Skip to content

History / Multi File Documents

Revisions

  • fix hierarchy

    @ttscoff ttscoff committed Jan 4, 2026
  • Add mmd-merge CLI for MultiMarkdown merge index @new Add --mmd-merge CLI mode to merge MultiMarkdown index files into a single Markdown stream @new Support indentation-based header level shifting when merging mmd_merge index entries @changed Disallow using --combine and --mmd-merge together to avoid ambiguous multi-file behavior Update manual, internal README, and wiki with multi-file usage examples and new mmd-merge documentation Fix KaTeX rendering and table/document wrapping issues @fixed KaTeX auto-render now properly configures delimiters and manually renders math spans to prevent plain text from appearing after rendered equations @fixed Relaxed table header conversion now only runs when relaxed_tables option is enabled @fixed HTML document wrapping now strips existing </body></html> tags to prevent duplicates when content already contains them Updated test expectations to match actual cmark-gfm table output format (colspan and alignment attributes).

    @ttscoff ttscoff committed Dec 23, 2025