MarkupWalker
description
A visitor-pattern protocol for read-only traversal of the parsed Markup AST, used e.g. to walk a Document after parsing.
source reference
Markdown module
api surface
var walker = MarkupWalker(); walker.visit(document)provenance
source_doc style-swift-markdown/SKILL.md · created 2026-07-02 04:47:01 · JSON
See Parsing vs. Rendering for how these two layers of the pipeline relate.