RegCodeTag
struct RegCodeTag : UnsafeUnescapedLeafTag
Renders a registration code as bold monospace text in THO-style groups, e.g. “abcabc” → “ABC ABC”.
Usage: #regCode(String)
-
Declaration
Swift
static func format(_ code: String) -> String -
Declaration
Swift
func render(_ ctx: LeafContext) throws -> LeafData
View on GitHub