monks/math_style

The math-style property indicates whether MathML equations should render with normal or compact height.

Values

pub const compact: #(String, String)
  • : The math layout on descendants tries to minimize the logical height.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const normal: #(String, String)
  • : The initial value, indicates normal rendering.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for math-style

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for math-style. It will be wrapped in var() and have -- prepended.

Search Document