builtin_default

Function builtin_default 

Source
pub fn builtin_default() -> BlueprintResult<Template>
Expand description

Parses and returns the built-in default template.

The default template provides:

  • A4 page (210mm x 297mm, 20mm margins)
  • 7 styles: body, heading1-3, code, blockquote, list_item
  • 한컴바탕 font, 10pt body, justified alignment

§Errors

Returns crate::error::BlueprintError::YamlParse if the embedded YAML is malformed (should never happen for built-in templates).