We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add per-cell alignment support using colon markers @new Table cells can now specify alignment by adding colons at the start and/or end of cell content: leading colon (:) for left-align, trailing colon (:) for right-align, or both (:content:) for center-align. The colons are stripped from the output and replaced with style="text-align: ..." attributes. @improved Colspan merge logic now preserves cell alignment styles when cells are merged together, ensuring alignment attributes are maintained correctly when cells span multiple columns.
v0.1.51 update
update kramdown notes
fix hierarchy
v0.1.49 update
v0.1.47 update
v0.1.44 update
v0.1.43 update
v0.1.42 update
Add IAL syntax documentation
Add documentation for inline CSV/TSV table support Documentation for inline CSV/TSV table conversion feature, including fenced code blocks with table info string, alignment row support, and HTML comment markers.
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).
Add combine and pandoc info
Update docs for new table and CSS features Document Command-Line-Options changes for --embed-css and --script shorthands Document Syntax updates for table row spans, tfoot support, and caption handling
v0.1.35 update
plugin and configuration updates
Add plugins info
wiki linking update
v0.1.26 update
add banner image
add new options
v0.1.25 update
v0.1.23 update
v0.1.21 update
Docs update with new syntaxes and flags
add credits
fix footer and sidebar
Created _Footer (markdown)
update install directions with submodule note