@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/markdownUsage
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.