Markdown
Inline content

Inline Markdown

Rendered directly from a string — no network fetch involved.

  • Headings, lists, and code all work
  • So do links
Source-loaded content
Loading…
Live-preview editor
Usage
<FctMarkdownView Content="# Inline Markdown" />
<FctMarkdownView Source="sample-content/getting-started.md" />
<FctMarkdownEditor @bind-Value="model.Instruction" />