MyNixOS website logo

Options to set by default. These will be converted to JSON and written to a defaults file (see Default files in pandoc documentation).

Declarations
Type
JSON value
Default
{ }
Example
{
  metadata = {
    author = "John Doe";
  };
  pdf-engine = "xelatex";
  citeproc = true;
}