Skip to content

History / C API

Revisions

  • v1.1.2 update

    @ttscoff ttscoff committed Jun 23, 2026
  • v0.1.98 update

    @ttscoff ttscoff committed Mar 19, 2026
  • add ApexC note

    @ttscoff ttscoff committed Mar 19, 2026
  • 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.

    @ttscoff ttscoff committed Jan 10, 2026
  • Docs update with new syntaxes and flags

    @ttscoff ttscoff committed Dec 11, 2025
  • initial commit

    @ttscoff ttscoff committed Dec 6, 2025