markdownz_zipper (markdownz v1.0.1)
View SourceA zipper over a z_html_parse compatible forest.
The current level is {Left, Right}. Left is stored in reverse order and Right starts with the current node. Parent frames retain the element and its siblings, so moving and replacing nodes does not rebuild unrelated branches.
Summary
Functions
Bottom-up map. Children are transformed before their parent. This is useful for rules whose parent decoration depends on rewritten descendants.
Types
Functions
Bottom-up map. Children are transformed before their parent. This is useful for rules whose parent decoration depends on rewritten descendants.