lunamark.writer
Provides access to all lunamark writers without preloading them. Writer modules are loaded only when needed.
local writers = require("lunamark.writer")
local htmlwriter = writers.html -- html writer loaded now
local myformat = 'latex'
local mywriter = writers[myformat] -- latex writer loaded now