Vaulthalla Logo

Getting Started

Use this section when wiring the plugin into a Payload project for the first time.

  1. 1

    Install

    Add @valkyrianlabs/payload-markdown to the Payload app.

  2. 2

    Configure

    Register payloadMarkdown() in payload.config.ts and enable the collections that should receive Markdown support.

  3. 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.