sequential-reveal-md-tool
1.5.0
dotnet add package sequential-reveal-md-tool --version 1.5.0
NuGet\Install-Package sequential-reveal-md-tool -Version 1.5.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="sequential-reveal-md-tool" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="sequential-reveal-md-tool" Version="1.5.0" />
<PackageReference Include="sequential-reveal-md-tool" />
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 sequential-reveal-md-tool --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: sequential-reveal-md-tool, 1.5.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 sequential-reveal-md-tool@1.5.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=sequential-reveal-md-tool&version=1.5.0
#tool nuget:?package=sequential-reveal-md-tool&version=1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sequential Reveal Markdown Tool
A tool for sequentially revealing Markdown content in Polyglot Notebooks, designed for use in presentations similar to the way you would animate text appearing in powerpoint or google slides. This library allows you to progressively display sections of Markdown content, making it ideal for step-by-step explanations or interactive presentations.
Features
- Sequential Markdown Rendering: Reveal Markdown content section by section, each time you run the C# cell containing the render method, an additional line|section|paragraph|bullet etc will be appended to the cells output.
- Customisable styles: Supports styles so you can adjust the size of the markdown typography, either by providing a string, a file path or a cell Tag.
Usage
- Add the nuget package, link above
- Add a Markdown cell containing the markdown that you would like to sequentially reveal.
- Add a C# cell which calls the Render method, add a cell tag to this cell and pass it into the method.
- Optionally define some styles to override the markdown output font sizes.
See the example notebook file here
There are a couple of alternative methods which specify the styles in different ways.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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 was computed. 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.
-
net9.0
- Microsoft.DotNet.Interactive (>= 1.0.0-beta.25177.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.