Simple Blazor class library exposing the highlight.js.
Install Blazor.HighlightJS with NuGet:
Install-Package Blazor.HighlightJS
Or via the .NET Core command line interface:
dotnet add package Blazor.HighlightJS
<Code>
Console.Writeline("It's only Rock'n'Roll!");
</Code>