🚧 VeloxKit is pre-release software. APIs may change before v1.0. Get started →
Documentation
Packages
@velox/markdown

@velox/markdown

Renders Markdown to native View/Text components. Self-contained block parser (no external dependency): headings, paragraphs, lists, fenced code, blockquotes, and rules.

Install

npm install @velox/markdown

Usage

import { Markdown } from '@velox/markdown'
 
<Markdown source={mdString} width={600} />

Inline emphasis (bold / italic / inline code) currently renders as plain text — the Text node does not yet support mixed inline spans. Block-level formatting (headings, lists, code blocks, quotes) renders fully.