Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2022 Changes in this version + func CreateYamlBlockExtension(blocks ...string) *yamlBlockExt + func GetErrors(pc parser.Context) []error + func GetItems(name string, factory func() interface{}, pc parser.Context) []interface + type TMBlockRenderer struct + func (r *TMBlockRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer) + type YamlData struct + Data map[string][]interface{} + Errors []error + func Get(pc parser.Context) *YamlData + type YamlNode struct + func NewYamlNode(kind gast.NodeKind) *YamlNode + func (n *YamlNode) Dump(source []byte, level int) + func (n *YamlNode) IsRaw() bool + func (n *YamlNode) Kind() gast.NodeKind