Versions in this module Expand all Collapse all v1 v1.0.4 Dec 30, 2024 v1.0.3 Dec 30, 2024 Changes in this version + func Parser(data []byte) (ast.Node, []byte, int) + func Renderer(w io.Writer, node ast.Node, entering bool) (ast.WalkStatus, bool) + type Node struct