Differences From Artifact [729b875cf0]:
- File render/groff.lua — part of check-in [84b6c875fb] at 2022-09-30 18:57:32 on branch trunk — "fix" macro bullshit (user: lexi, size: 16641) [annotate] [blame] [check-ins using]
To Artifact [599907d26e]:
- File render/groff.lua — part of check-in [61f7054fd9] at 2023-04-13 07:23:08 on branch trunk — legal shit (user: lexi, size: 16644) [annotate] [blame] [check-ins using]
1 1 -- [ʞ] render/groff.lua 2 2 -- ~ lexi hale <lexi@hale.su> 3 --- 🄯 AGPLv3 3 +-- 🄯 EUPL v1.2 4 4 -- ? renders cortav to groff source code, for creating pdfs, 5 5 -- dvis, manapages, and html files that are grievously 6 6 -- inferior compared to our own illustrious direct-html 7 7 -- renderer. 8 8 -- > cortav -m render:format groff 9 9 10 10 local ct = require 'cortav'