Rendered directly from a string — no network fetch involved.
code
<FctMarkdownView Content="# Inline Markdown" /> <FctMarkdownView Source="sample-content/getting-started.md" /> <FctMarkdownEditor @bind-Value="model.Instruction" />