Hwaro::Content::Hooks
Class methods
all
Factory method to get all default hooks.
Markdown parsing/rendering is NOT hook-based: the builder's ParseContent and Render phases own it. A historical MarkdownHooks hookable duplicated that entire pipeline sequentially (its output was overwritten by the phases) and was removed — front-matter parsing, draft filtering, URL calculation, summary rendering, and markdown transforms all live in the phase implementations now.