mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-18 07:17:02 +00:00
c645e57dc8
`t2t` is now supported as an output format, producing Txt2Tags markup (<https://txt2tags.org>). The writer covers headers, lists (bullet, ordered, definition), tables, links, images, code blocks, inline formatting, and raw txt2tags/HTML passthrough. [API change] Adds a new module Text.Pandoc.Writers.Txt2Tags, exporting `writeTxt2Tags`. Also exported from Text.Pandoc.Writers. Co-authored-by: luginf <alan@luginf>