Available Renderers
StudioCMS comes with a few built-in renderers that you can use to render your content. These renderers are built to be extendable and customizable to fit your needs.
Marked Renderer
The default renderer for StudioCMS is the marked
renderer. This renderer is used to render markdown content into HTML. This renderer is used by default when no other renderer is specified.
Usage
Configuration
MDX Renderer
Custom MDX renderer that allows the end user to provide a highly customizable MDX experience
Usage
Configuration
MarkDoc Renderer
In addition to Marked
, StudioCMS provides an alternative with Markdoc, offering users a choice for their markdown processing needs.
Usage
Configuration
Custom Renderers
StudioCMS’s MarkDoc renderer allows you to define custom renderers for your content. This allows you to define custom rendering logic for your content.
Astro Remark Renderer
The default Astro renderer for their markdown content. This renderer adapts the markdown configuration from your astro.config.mjs
file.