Versions in this module Expand all Collapse all v0 v0.2.2 Oct 7, 2024 v0.2.1 Oct 7, 2024 v0.1.3 Sep 15, 2024 Changes in this version + var Compiler = map[string]func(buf *[]byte, iexMode bool) + var CompilerHTML = map[string]bool + var CompilerTags = map[string]string + func AddCompiler(name string, html bool, tags []string, cb func(buf *[]byte, iexMode bool)) error