Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HugoContext ¶
type HugoContext struct { ast.BaseInline Closing bool // Internal page ID. Not persisted. Pid uint64 }
HugoContext is a node that represents a Hugo context.
func (*HugoContext) Dump ¶
func (n *HugoContext) Dump(source []byte, level int)
Dump implements Node.Dump.
func (*HugoContext) Kind ¶
func (h *HugoContext) Kind() ast.NodeKind
Click to show internal directories.
Click to hide internal directories.