package
2.2.4+incompatible
Repository: https://github.com/qwiklabs/codelab-tools.git
Documentation: pkg.go.dev

# Functions

Execute renders a template of the fmt format into w.
HTML renders nodes as the markup for the target env.
Lite renders nodes as a standard HTML markup, without Custom Elements.
MD renders nodes as markdown for the target env.
ReplaceDoubleCurlyBracketsWithEntity replaces Double Curly Brackets with their charater entity.
WithFuncMap creates a user-supplied template functions option.
WriteHTML does the same as HTML but outputs rendered markup to w.
WriteLite does the same as Lite but outputs rendered markup to w.
WriteMD does the same as MD but outputs rendered markup to w.

# Structs

Context is a template context during execution.

# Interfaces

Option is the type of optional arguments for Execute.