Plugins

First-party Nizel plugins add focused behavior without changing the core content pipeline.

Install the packages you need, register them in useNizel({ plugins }), and keep plugin behavior explicit at the call site.

Available Plugins

  • Alerts - GitHub-style callout blocks.
  • Autolinks - Bare URL and email link behavior.
  • Code Copy - CSP-friendly copy controls for code blocks.
  • Definition Lists - Definition-list Markdown syntax.
  • Emoji - :name: emoji shortcuts outside code.
  • Shiki - Worker-compatible syntax highlighting integration.

For plugin authoring concepts and pipeline hook details, read the plugin guide.