Expand description
Built-in templates embedded at compile time.
These templates are included via include_str! and parsed on first access.
They serve as the defaults for the HwpForge toolchain:
- default: A4 paper, 한컴바탕 font, body/heading/code/quote styles
- gov_proposal: Korean government proposal formatting (extends default)
Constants§
- DEFAULT_
YAML - Raw YAML source for the default template.
- GOV_
PROPOSAL_ YAML - Raw YAML source for the government proposal template.
Functions§
- builtin_
default - Parses and returns the built-in default template.
- builtin_
gov_ proposal - Parses and returns the built-in government proposal template.