Radzen Blazor Components

Markdown

Demonstration and configuration of the Radzen Blazor Markdown component.

4

RadzenMarkdownlink

RadzenMarkdown allows you to render Markdown content in your Blazor applications.

Supported markdown syntaxlink

  1. Everything from the basic syntax
  2. Tables
  3. Fenced code blocks

Featureslink

Use markdown content right in your Blazor components - no need to create separate files. Type it directly in your .razor file:

<RadzenMarkdown>
# Hello, Blazor!
This is a **bold** text.
</RadzenMarkdown>
lightbulb
Blazor tags inside RadzenMarkdown will be processed. To avoid that you can use a multline string literal.

<RadzenMarkdown>
```
@($@"<RadzenButton Click=@@Click />
@@code {
    public void Click()
    {
        Console.WriteLine(""Button clicked"");
    }
}
```
</RadzenMarkdown>
    

Get and set the text link

Use the Text property to get or set the markdown content of RadzenMarkdown.

Hello, Blazor!

  • Try the RadzenMarkdown component.
  • Update this text

Markdown with Blazor components inside link

You can use arbitrary Blazor components within the markdown content.

Blazor componentDescription
RadzenButton
RadzenDatePicker
button
input
Text @date09/25/2025 00:00:00
All the tools in one place

Code Less. Deliver More.

With Radzen Subscription you get the full toolkit. Get started now and save hours on every project.

task_alt

Complete Blazor development environment.

task_alt

Open technology stack. No vendor lock-in.

task_alt

Ready-to-use UI blocks and app templates.

task_alt

Advanced theming.

task_alt

Dedicated support backed by proven expertise.

task_alt

No hidden runtime costs.

Radzen Blazor Studio

Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under MIT

Demos Configuration

Premium Themes

  • Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark

Free Themes

  • Material
  • Material Dark
  • Standard
  • Standard Dark
  • Default
  • Dark
  • Humanistic
  • Humanistic Dark
  • Software
  • Software Dark
An error has occurred. This app may no longer respond until reloaded. Reload 🗙