Wangkanai.Markdown 0.14.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Wangkanai.Markdown --version 0.14.0                
NuGet\Install-Package Wangkanai.Markdown -Version 0.14.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="Wangkanai.Markdown" Version="0.14.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wangkanai.Markdown --version 0.14.0                
#r "nuget: Wangkanai.Markdown, 0.14.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.
// Install Wangkanai.Markdown as a Cake Addin
#addin nuget:?package=Wangkanai.Markdown&version=0.14.0

// Install Wangkanai.Markdown as a Cake Tool
#tool nuget:?package=Wangkanai.Markdown&version=0.14.0                

ASP.NET Core Markdown Pages

ASP.NET Core Markdown Pages make you able to use markdown pages as an alternative view source in ASP.NET Core view render engine

Please show some me love and click on ⭐ This help motivate me to continue on developing the project.

NuGet Badge NuGet Badge

Build Status Open Collective Patreon GitHub

Overview

Installation of Markdown

PM> install-package Wangkanai.Markdown

Implement of the library into your web application is done by configuring the Startup.cs by adding the IdentityAdmin service in the ConfigureServices method.

public void ConfigureServices(IServiceCollection services)
{
    services.AddMarkdownPages();    
}
  • AddMarkdownPages() Adds the markdown services to the services container.

Adding the Markdown middleware to the pipeline. The Markdown middleware is enabled in the Configure method of * Startup.cs* file.

public void Configure(IApplicationBuilder app)
{
    app.UseHttpsRedirection();
    app.UseStaticFiles();

    app.UseRouting();

    app.MapMarkdownPages();
}

Directory Structure

  • src - The code of this project lives here
  • test - The unit tests of this project to valid that everything pass specs
  • sample - The sample code of this project lives here

Contributing

All contribution are welcome, please contact the author.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 121 3/21/2024
2.8.0 193 11/27/2023
2.7.0 144 11/23/2023
2.6.0 136 11/17/2023
2.5.0 125 11/15/2023
2.4.0 138 11/1/2023
2.3.0 146 10/22/2023
2.2.0 152 9/29/2023
2.1.0 137 9/21/2023
2.0.0 187 7/20/2023
1.1.0 170 7/1/2023
1.0.0 157 6/28/2023
0.16.0 169 6/16/2023
0.15.1 164 6/7/2023
0.15.0 166 5/15/2023
0.14.0 174 5/11/2023
0.13.0 168 5/10/2023
0.12.1 202 4/13/2023
0.12.0 229 4/3/2023
0.11.2 306 1/17/2023
0.11.1 318 1/10/2023
0.11.0 305 12/27/2022
0.10.0 311 12/23/2022
0.9.0 343 11/30/2022
0.8.0 342 11/28/2022
0.7.0 341 11/27/2022
0.6.0 349 11/26/2022
0.5.0 356 11/15/2022
0.4.0 359 11/9/2022
0.3.0 350 11/9/2022
0.2.2 451 9/27/2022
0.2.1 451 9/23/2022
0.2.0 429 9/13/2022
0.1.300 425 9/9/2022
0.1.200 437 8/23/2022
0.1.100 463 8/21/2022
0.0.400 456 6/23/2022
0.0.300 483 3/9/2022
0.0.200 459 3/8/2022
0.0.100 706 2/7/2020