CanDoItAll.FileTools.FileInteraction.Markdown
0.1.17
dotnet add package CanDoItAll.FileTools.FileInteraction.Markdown --version 0.1.17
NuGet\Install-Package CanDoItAll.FileTools.FileInteraction.Markdown -Version 0.1.17
<PackageReference Include="CanDoItAll.FileTools.FileInteraction.Markdown" Version="0.1.17" />
<PackageVersion Include="CanDoItAll.FileTools.FileInteraction.Markdown" Version="0.1.17" />
<PackageReference Include="CanDoItAll.FileTools.FileInteraction.Markdown" />
paket add CanDoItAll.FileTools.FileInteraction.Markdown --version 0.1.17
#r "nuget: CanDoItAll.FileTools.FileInteraction.Markdown, 0.1.17"
#:package CanDoItAll.FileTools.FileInteraction.Markdown@0.1.17
#addin nuget:?package=CanDoItAll.FileTools.FileInteraction.Markdown&version=0.1.17
#tool nuget:?package=CanDoItAll.FileTools.FileInteraction.Markdown&version=0.1.17
CanDoItAll.FileTools.FileInteraction.Markdown
Optional Markdown viewing and editing surfaces for FileInteraction.
var composition = new FileInteractionComponentBuilder()
.AddBuiltIns()
.AddMarkdown()
.Build();
AddMarkdown contributes a higher-priority .md, .markdown, and text/markdown profile. It
uses the base text editor and bounded history factory, while its Markdown viewer is also used by
the debounced split preview. Rendering uses Markdig with the advanced extension set for tables,
strikethrough, auto identifiers, and the other supported Markdown extensions.
Hosts can register IMarkdownFencedCodeComponentRegistration implementations to render selected
fenced-code languages through typed Blazor components. Unregistered languages remain ordinary
Markdig code blocks.
The viewer deliberately has no navigation or remote-fetch authority. Raw HTML is disabled and
all Markdown links, autolinks, and images render as inert labels without href or src. A host
that wants trusted link navigation should expose it as a separate, explicit host-owned action.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- CanDoItAll.FileTools.Abstractions (>= 0.1.17)
- CanDoItAll.FileTools.FileInteraction.Components (>= 0.1.17)
- CanDoItAll.FileTools.FileInteraction.Core (>= 0.1.17)
- Markdig (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.