package main

Import Path
	github.com/pancsta/asyncmachine-go/scripts/gen_website (on go.dev)

Dependency Relation
	imports 18 packages, and imported by 0 packages

Involved Source Files script/website/main.go
Package-Level Type Names (only one)
/* sort by: | */
Container ast.Container // Block level attribute Container.Attribute.Attrs map[string][]byte Container.Attribute.Classes [][]byte Container.Attribute.ID []byte Container.Children []ast.Node // Markdown content of the block nodes // Text contents of the leaf nodes Container.Parent ast.Node AsContainer returns itself as *Container AsLeaf returns nil GetChildren returns children nodes GetParent returns parent node SetChildren sets children node SetParent sets the parent node *Details : github.com/gomarkdown/markdown/ast.Node
Package-Level Functions (total 2)
func ParserHook(data []byte) (ast.Node, []byte, int)
func RenderHook(w io.Writer, node ast.Node, entering bool) (ast.WalkStatus, bool)