Overview
How Kazari's extension points work and why there is no plugin system.
Post-Render Callbacks
Modify rendered HTML with WithPostRender callbacks that receive block metadata.
Custom Highlighters
Implement Kazari's Highlighter interface to use any syntax highlighting engine, or call Engine.Tokenize for raw token access.
Client-Side Extensibility
Use Kazari's DOM structure, data attributes, and event delegation to extend code blocks with CSS and JavaScript.