Info
Version: | 1.1.2 |
Author(s): | Wille Esteche |
Last Update: | Monday, July 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://esteche.azurewebsites.net/markdowndocs/BlazorMarkdown2Html |
NuGet Url: | https://www.nuget.org/packages/BlazorMarkdown2Html |
Install
Install-Package BlazorMarkdown2Html
dotnet add package BlazorMarkdown2Html
paket add BlazorMarkdown2Html
BlazorMarkdown2Html Download (Unzip the "nupkg" after downloading)
Dependencies
- EstecheAssemblies(>= 1.0.7)
- Microsoft.AspNetCore.Components(>= 3.1.9)
- Microsoft.AspNetCore.Components.Web(>= 3.1.9)
- Microsoft.Toolkit.Parsers(>= 6.1.1)
Tags
The only think a developer need to do it is to add the path to the file e.g. "ReadMe.md" into the parameter "documentName" and the rest it is handled by the component.
If you give the default css it even handle dark and light mode heritated from the webbrowser.