Hwaro::Content::Processors::InlineMarkdown::Flags
Inherits Struct / Value / Object
Per-call feature flags for render. math already existed as a
positional keyword arg; F10 adds four more opt-in transforms that
default OFF, so every existing call site (Flags.new == all
false except math defaults false too) renders identically.
Constructors
new(math : Bool = false, ins : Bool = false, mark : Bool = false, sub : Bool = false, sup : Bool = false)
SourceInstance methods
clone
Sourcecopy_with(math _math = @math, ins _ins = @ins, mark _mark = @mark, sub _sub = @sub, sup _sup = @sup)
Sourceins
mark
math
sub
sup