Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

veryfront/markdown

Markdown rendering with syntax highlighting and diagrams.

Import

import { Markdown } from "veryfront/markdown";

Examples

import { Markdown } from "veryfront/markdown";

<Markdown># Hello{"\n\n"}Some **bold** text with `code`.</Markdown>

Exports

Components

NameDescriptionSource
MarkdownRender markdown.source

Types

NameDescriptionSource
CodeBlockPropsProps accepted by code block.source
MarkdownPropsProps accepted by markdown.source
Reference modules: User guides: