Atoll.Mermaid 0.13.0

dotnet add package Atoll.Mermaid --version 0.13.0
                    
NuGet\Install-Package Atoll.Mermaid -Version 0.13.0
                    
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="Atoll.Mermaid" Version="0.13.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atoll.Mermaid" Version="0.13.0" />
                    
Directory.Packages.props
<PackageReference Include="Atoll.Mermaid" />
                    
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 Atoll.Mermaid --version 0.13.0
                    
#r "nuget: Atoll.Mermaid, 0.13.0"
                    
#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 Atoll.Mermaid@0.13.0
                    
#: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=Atoll.Mermaid&version=0.13.0
                    
Install as a Cake Addin
#tool nuget:?package=Atoll.Mermaid&version=0.13.0
                    
Install as a Cake Tool

Atoll.Mermaid

Mermaid diagram support for Atoll sites.

Fenced ```mermaid blocks are rendered as <pre class="mermaid"> at build time and turned into SVG in the browser by a pinned copy of Mermaid that ships in this package. It is served from your site under /scripts/atoll-mermaid/<version>/, so nothing is loaded from a CDN, and Mermaid is only downloaded on pages that contain a diagram.

The bundled files are in Islands/Assets/vendor/mermaid/. manifest.json records the npm tarball integrity and a SHA-256 hash for every file, and the tests check the bundled files against it. To upgrade, run eng/update-mermaid.ps1 -Version <x.y.z> from the repository root. See the Mermaid docs page for details.

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.
  • net10.0

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Atoll.Mermaid:

Package Downloads
Atoll.Lagoon

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.13.0 0 9/25/2026
0.12.7 0 9/25/2026
0.12.6 259 9/7/2026
0.12.5 152 9/4/2026
0.12.4 186 9/2/2026
0.12.3 493 9/1/2026
0.12.2 101 9/1/2026
0.12.1 144 8/31/2026
0.12.0 400 7/5/2026
0.11.2 385 7/4/2026
0.11.1 161 6/18/2026
0.11.0 175 6/7/2026
0.10.7 512 4/20/2026
0.10.6 162 4/19/2026
0.10.5 174 4/19/2026
0.10.4 125 4/18/2026
0.10.3 122 4/18/2026
0.10.2 118 4/18/2026
0.10.1 128 4/18/2026
0.10.0 127 4/18/2026
Loading failed