Custom Processors
Kirby Paradocs offers powerful features for customizing and extending your documentation site.
Markdown Processing
Paradocs uses a flexible processor system to extend markdown functionality beyond standard parsing.
Processors
Learn how to create custom markdown processors to add new syntax and functionality to your documentation. Built-in processors handle alerts, code blocks, and relative images, but you can create your own to add custom elements like embeds, diagrams, or interactive components.
Example Processor
A complete example showing how to build a YouTube embed processor, from implementation to registration and usage.