Module Frontmatter.GlobalSource
Sourcetype t = {math_link : Uri.t loced option;theme : [ `Builtin of Themes.t | `External of Uri.t ] loced option;dimension : (int * int) loced option;highlightjs_theme : string loced option;math_mode : [ `Mathjax | `Katex ] loced option;css_links : Uri.t loced list;js_links : Uri.t loced list;external_ids : string list;toplevel_attributes : Cmarkit.Attributes.t Cmarkit.node option;tachyons : bool loced option;
} Sourcetype 'a with_ = {x : 'a;fm : t;
}