DocsComponentsUtilitiesGuidesSponsorsLicense
  • Docs

    • Introduction
    • Getting Started
    • Configuration
  • Components

    • CodeBlock
      • CopyButton
      • LineNumbers
      • Tokens
      • Toolbar
    • CodeInline
    • Copyright
    • GitProvider
    • MDX
    • Markdown
    • PackageInstall
    • Reference
    • Refresh
    • Theme
      • ThemeStyles
  • Utilities

    • File System
  • Guides

    • MDX
    • Next.js
    • Waku
    • Zod
    • Valibot
  • © 2025 souporserious

Markdown

Compiles and renders a string of markdown content.

API Reference

Last updated 07/24/25
Previous
MDX
Next
PackageInstall

On this page

  1. API Reference
  2. MarkdownComponents
  3. MarkdownProps
  4. Markdown

  5. View Source

Type

MarkdownComponents

Properties

PropertyType
childrenstring
components?MarkdownComponents
remarkPlugins?Array<Pluggable>
rehypePlugins?Array<Pluggable>

Compiles and renders a string of markdown content.

Properties

MarkdownProps