--- description: Copy focused Wenmode recipes for GitHub-flavored Markdown, AI-generated Markdown, tables of contents, AST workflows, and custom renderers. --- (recipes)= # Recipes ```{rst-class} lead Copy focused integration patterns for common Wenmode tasks. ``` --- Use these recipes when you need a copyable pattern that is one step beyond the quick start. Use {ref}`usage` for the base API, {ref}`presets` and {ref}`plugins` for feature selection, and {ref}`integrations` for complete application pipelines. ## Common tasks | Goal | Recipe | | --- | --- | | Enable GFM features and GitHub alerts | {doc}`GitHub-flavored Markdown ` | | Render a table of contents or customize heading slugs | {doc}`Table of contents ` | | Filter and stream LLM output | {doc}`AI-generated Markdown ` | | Serialize or inspect the parsed tree | {doc}`AST workflows ` | | Render a custom output format | {doc}`Custom renderer ` | | Move from another Markdown parser | {ref}`migration` | ```{toctree} :hidden: :maxdepth: 1 github-flavored-markdown table-of-contents ai-generated-markdown ast-workflows custom-renderer ```