OfficeIMO.MarkdownRenderer.IntelligenceX
3.2.2
Prefix Reserved
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package OfficeIMO.MarkdownRenderer.IntelligenceX --version 3.2.2
NuGet\Install-Package OfficeIMO.MarkdownRenderer.IntelligenceX -Version 3.2.2
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="OfficeIMO.MarkdownRenderer.IntelligenceX" Version="3.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OfficeIMO.MarkdownRenderer.IntelligenceX" Version="3.2.2" />
<PackageReference Include="OfficeIMO.MarkdownRenderer.IntelligenceX" />
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 OfficeIMO.MarkdownRenderer.IntelligenceX --version 3.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OfficeIMO.MarkdownRenderer.IntelligenceX, 3.2.2"
#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 OfficeIMO.MarkdownRenderer.IntelligenceX@3.2.2
#: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=OfficeIMO.MarkdownRenderer.IntelligenceX&version=3.2.2
#tool nuget:?package=OfficeIMO.MarkdownRenderer.IntelligenceX&version=3.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OfficeIMO.MarkdownRenderer.IntelligenceX - IntelligenceX renderer presets
OfficeIMO.MarkdownRenderer.IntelligenceX is the first-party IntelligenceX feature pack for OfficeIMO.MarkdownRenderer. It keeps IntelligenceX transcript presets, visual aliases, and compatibility transforms outside the generic renderer package.
Install
dotnet add package OfficeIMO.MarkdownRenderer.IntelligenceX
Quick start
using OfficeIMO.MarkdownRenderer;
using OfficeIMO.MarkdownRenderer.IntelligenceX;
var options = IntelligenceXMarkdownRenderer.CreateTranscriptDesktopShell();
string html = MarkdownRenderer.RenderBodyHtml(markdownText, options);
Examples
Render transcript Markdown in the desktop shell profile
using OfficeIMO.MarkdownRenderer;
using OfficeIMO.MarkdownRenderer.IntelligenceX;
string transcript = """
# Incident timeline
```ix-chart title="Events"
{"type":"bar","labels":["09:00","09:15"],"values":[3,8]}
```
""";
var options = IntelligenceXMarkdownRenderer.CreateTranscriptDesktopShell();
string shell = MarkdownRenderer.BuildShellHtml("Investigation", options);
string update = MarkdownRenderer.RenderUpdateScript(transcript, options);
Parse with IntelligenceX compatibility transforms
using OfficeIMO.MarkdownRenderer;
using OfficeIMO.MarkdownRenderer.IntelligenceX;
var options = IntelligenceXMarkdownRenderer.CreateTranscriptDesktopShell();
MarkdownRendererParseResult result = MarkdownRenderer.ParseDocumentResult(transcript, options);
foreach (var diagnostic in result.TransformDiagnostics) {
Console.WriteLine($"{diagnostic.Source}: {diagnostic.TransformName}");
}
What it adds
- IntelligenceX transcript presets and desktop-shell defaults.
- Transcript-oriented semantic visual aliases.
- Compatibility transforms for known IntelligenceX transcript shapes.
- Shared registration hooks for Markdown rendering and HTML round-trip flows.
Boundaries
- Generic Markdown rendering stays in
OfficeIMO.MarkdownRenderer. - IntelligenceX-specific transcript behavior belongs here.
- Host application UI and storage are outside this package and remain part of the IntelligenceX application.
Targets and license
- Targets:
netstandard2.0,net8.0,net10.0. - License: MIT.
- Repository: EvotecIT/OfficeIMO
Dependency footprint
- External: None.
- OfficeIMO:
OfficeIMO.MarkdownRendererandOfficeIMO.Markdown.Html; this feature pack owns IntelligenceX presets, aliases, and compatibility transforms.
See the complete OfficeIMO package map for related formats and conversion paths.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- OfficeIMO.Markdown.Html (>= 3.2.2)
- OfficeIMO.MarkdownRenderer (>= 3.2.2)
-
.NETStandard 2.0
- OfficeIMO.Markdown.Html (>= 3.2.2)
- OfficeIMO.MarkdownRenderer (>= 3.2.2)
-
net10.0
- OfficeIMO.Markdown.Html (>= 3.2.2)
- OfficeIMO.MarkdownRenderer (>= 3.2.2)
-
net8.0
- OfficeIMO.Markdown.Html (>= 3.2.2)
- OfficeIMO.MarkdownRenderer (>= 3.2.2)
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 |
|---|---|---|
| 3.2.3 | 43 | 8/17/2026 |
| 3.2.2 | 71 | 8/13/2026 |
| 3.2.1 | 86 | 8/11/2026 |
| 3.2.0 | 93 | 8/7/2026 |
| 3.1.1 | 84 | 8/7/2026 |
| 3.1.0 | 88 | 8/6/2026 |
| 3.0.3 | 112 | 7/27/2026 |
| 3.0.2 | 98 | 7/26/2026 |
| 3.0.1 | 96 | 7/26/2026 |
| 3.0.0 | 96 | 7/20/2026 |
| 2.0.1 | 110 | 7/14/2026 |
| 2.0.0 | 104 | 7/14/2026 |
| 0.1.15 | 109 | 7/9/2026 |
| 0.1.14 | 108 | 7/8/2026 |
| 0.1.13 | 114 | 7/5/2026 |
| 0.1.12 | 102 | 7/4/2026 |
| 0.1.11 | 122 | 6/27/2026 |
| 0.1.10 | 109 | 6/27/2026 |
| 0.1.9 | 110 | 6/24/2026 |
| 0.1.8 | 111 | 6/23/2026 |
Loading failed
0.1.0: first-party IntelligenceX plugin pack for OfficeIMO.MarkdownRenderer with IX visual aliases and transcript preset helpers.