Getting Started
Use this section when wiring the plugin into a Payload project for the first time.
1 Install
Add
@valkyrianlabs/payload-markdownto the Payload app.2 Configure
Register
payloadMarkdown()inpayload.config.tsand enable the collections that should receive Markdown support.3 Render
Render fields and blocks with the server exports so collection-scoped settings can resolve correctly.
Pages In This Section
Installation
Plugin registration, package installation, and Tailwind setup.
Fields and Blocks
Automatic install behavior, manual schema control, and block rendering.
Rendering
Server renderer usage, renderer props, empty fallbacks, and block component usage.
