Versions in this module Expand all Collapse all v1 v1.0.0 Jul 18, 2026 Changes in this version + func Render(input string, options ...Option) string + type Config struct + func NewConfig() *Config + func (config *Config) AddTag(definition TagDefinition) + type Node interface + type Option func(*Config) + func WithTag(definition TagDefinition) Option + type Root struct + Children []Node + func Parse(input string, options ...Option) *Root + type Tag struct + Attribute string + Children []Node + HasAttribute bool + Name string + type TagDefinition struct + Attributes []string + AutoClose bool + HTMLTag string + HTMLVoid bool + Name string + Priority int + Raw bool + RenderRaw func(string) string + Void bool + VoidIfAttribute bool + type Text struct + Content string