Module Frontmatter.GlobalSource

Sourcetype t = {
  1. theme : [ `Builtin of Themes.t | `External of Uri.t ] loced option;
  2. dimension : (int * int) loced option;
  3. highlightjs_theme : string loced option;
  4. math_mode : [ `Mathjax | `Katex ] loced option;
  5. external_ids : string list;
  6. toplevel_attributes : Cmarkit.Attributes.t Cmarkit.node option;
  7. tachyons : bool loced option;
}
Sourcetype 'a with_ = {
  1. x : 'a;
  2. fm : t;
}
Sourceval empty : t
Sourceval with_empty : 'a -> 'a with_
Sourceval combine : t -> t -> t
Sourceval uris : t -> Uri.t loced list