Documentation
¶
Overview ¶
Package blockutil provides shared helpers for container-style block directive parsers. Directives that open with a ":::name" fence and close with ":::" track how many nested container fences are currently open so that a closing fence is matched to the correct block.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDepth ¶
DeleteDepth removes the depth entry for node.
func HasInnerOpenBlocks ¶
HasInnerOpenBlocks reports whether a ':'-triggered container opened after node is still open, meaning a bare closing fence belongs to that inner container rather than to node.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.