MCPcopy Create free account
hub / github.com/callstack/react-native-paper / Markdown

Function Markdown

docs/src/components/Markdown.tsx:9–19  ·  view source on GitHub ↗
({ content }: MarkdownProps)

Source from the content-addressed store, hash-verified

7}
8
9export default function Markdown({ content }: MarkdownProps) {
10 const html = marked(content);
11
12 return (
13 <div
14 dangerouslySetInnerHTML={{
15 __html: html,
16 }}
17 />
18 );
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…