Blazor.HighlightJS

NuGet NuGet

Simple Blazor class library exposing the highlight.js.

Installation

Install Blazor.HighlightJS with NuGet:

Install-Package Blazor.HighlightJS

Or via the .NET Core command line interface:

dotnet add package Blazor.HighlightJS

Usage

<Code>
Console.Writeline("It's only Rock'n'Roll!");
</Code>