Module mdman::hbs

source ·
Expand description

Handlebars template processing.

Structs

Helper for {{man name section}} expression.
Helper for {{#option}} block.
Helper for {{#options}} block.

Functions

Processes the handlebars template at the given file.
in_options 🔒
Whether or not the context is currently inside a {{#options}} block.
Removes a variable from the context.
{{*set var=value}} decorator.
Sets a variable to a value within the context.

Type Definitions