MCPcopy
hub / github.com/remarkjs/react-markdown / Markdown

Function Markdown

lib/index.js:175–179  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

173 * React element.
174 */
175export function Markdown(options) {
176 const processor = createProcessor(options)
177 const file = createFile(options)
178 return post(processor.runSync(processor.parse(file), file), options)
179}
180
181/**
182 * Component to render markdown with support for async plugins

Callers

nothing calls this directly

Calls 3

createProcessorFunction · 0.85
createFileFunction · 0.85
postFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…