MCPcopy Create free account
hub / github.com/tinyplex/tinybase / MarkdownPage

Function MarkdownPage

site/ui/MarkdownPage.tsx:4–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import {Markdown, usePageNode} from 'tinydocs';
3
4export const MarkdownPage: NoPropComponent = (): any => {
5 const {summary, body} = usePageNode();
6 const markdown = summary + '\n\n' + body;
7
8 return <Markdown markdown={markdown} html={true} skipCode={true} />;
9};

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…