struct

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)
Source

Instance methods

clone
Source
copy_with(math _math = @math, ins _ins = @ins, mark _mark = @mark, sub _sub = @sub, sup _sup = @sup)
Source
ins
mark
math
sub
sup