package slipshow

  1. Overview
  2. Docs

Module Frontmatter.String_toSource

This is used to convert each field from a string to its unresolved ocaml value. Used internally by extract, but also externally by the CLI converters.

Sourceval toplevel_attributes : string -> (Cmarkit.Attributes.t, [> `Msg of string ]) result
Sourceval theme : string -> [> `Builtin of Themes.t | `External of string ]
Sourceval dimension : string -> (int * int, [> `Msg of string ]) result