Skip to content

v1.1.14

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:13
· 11 commits to main since this release

v1.1.14

[1.1.14] - 2026-08-03

Changed

  • RTF remote images show a hyperlinked alt label (or "image" when alt is empty) instead of dumping raw URLs.

New

  • -t rtf writes Rich Text Format from the CLI (also -o file.rtf).
  • APEX_OUTPUT_RTF / apex_cmark_to_rtf() return RTF from the C API.
  • RTF writer covers headings, emphasis, links, lists (including tasks), code, quotes, tables, images, footnotes, definition lists, strike/sup/sub, and best-effort callouts/HTML.
  • ObjC/Swift apexRTF and apexAttributedString (RTF preferred, HTML fallback) for AppKit/UIKit.

Improved