MCPcopy
hub / github.com/ocsjs/ocsjs / markdown

Function markdown

packages/scripts/src/utils/markdown.ts:3–5  ·  view source on GitHub ↗
(md: string)

Source from the content-addressed store, hash-verified

1import { marked } from 'marked';
2
3export function markdown(md: string) {
4 return marked.parse(md);
5}

Callers 1

showChangelogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected