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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CanDoItAll.FileTools.FileInteraction.Markdown" Version="0.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CanDoItAll.FileTools.FileInteraction.Markdown" Version="0.1.17" />
                    
Directory.Packages.props
<PackageReference Include="CanDoItAll.FileTools.FileInteraction.Markdown" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CanDoItAll.FileTools.FileInteraction.Markdown --version 0.1.17
                    
#r "nuget: CanDoItAll.FileTools.FileInteraction.Markdown, 0.1.17"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CanDoItAll.FileTools.FileInteraction.Markdown@0.1.17
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CanDoItAll.FileTools.FileInteraction.Markdown&version=0.1.17
                    
Install as a Cake Addin
#tool nuget:?package=CanDoItAll.FileTools.FileInteraction.Markdown&version=0.1.17
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.17 0 7/30/2026
0.1.15 82 7/25/2026
0.1.5 89 7/24/2026