Renderer for "container" AST elements -- the most general wrapper node in the Wikidot AST.
A container can represent many different HTML constructs depending on its type discriminant:
type
h1
h6
left
center
right
justify
bold
italics
underline
strikethrough
superscript
subscript
monospace
mark
insertion
deletion
paragraph
div
blockquote
span
hidden
invisible
ruby
ruby-text
definition-list
definition-list-item
table-row
table-cell
font-size
All attributes are sanitized before rendering to prevent XSS.
Renderer for "container" AST elements -- the most general wrapper node in the Wikidot AST.
A container can represent many different HTML constructs depending on its
typediscriminant:h1..h6) with optional TOC anchor IDsleft,center,right,justify)bold,italics,underline,strikethrough,superscript,subscript,monospace,mark,insertion,deletion)paragraph,div,blockquote,span)hidden,invisible)ruby,ruby-text)definition-list,definition-list-item, etc.)table-row,table-cell)font-sizestylingAll attributes are sanitized before rendering to prevent XSS.