Wikidot markup (+ heading, **bold**, [[module ListPages]], etc.) is parsed into
a structured representation defined here. Each Element is a tagged union of
{ element: tag, data: payload }, where the data shape for each tag is defined in
ElementDataMap.
AST element types for Wikidot markup.
Wikidot markup (
+ heading,**bold**,[[module ListPages]], etc.) is parsed into a structured representation defined here. Each Element is a tagged union of{ element: tag, data: payload }, where the data shape for each tag is defined in ElementDataMap.Example