Wangkanai.Markdown 0.10.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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.10.0
NuGet\Install-Package Wangkanai.Markdown -Version 0.10.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.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wangkanai.Markdown --version 0.10.0
#r "nuget: Wangkanai.Markdown, 0.10.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.10.0

// Install Wangkanai.Markdown as a Cake Tool
#tool nuget:?package=Wangkanai.Markdown&version=0.10.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.AddMarkdown();    
}
  • AddMarkdown() 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.UseEndpoints(endpoints => endpoints.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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  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 79 3/21/2024
2.8.0 122 11/27/2023
2.7.0 113 11/23/2023
2.6.0 93 11/17/2023
2.5.0 81 11/15/2023
2.4.0 107 11/1/2023
2.3.0 111 10/22/2023
2.2.0 121 9/29/2023
2.1.0 106 9/21/2023
2.0.0 158 7/20/2023
1.1.0 144 7/1/2023
1.0.0 132 6/28/2023
0.16.0 137 6/16/2023
0.15.1 139 6/7/2023
0.15.0 142 5/15/2023
0.14.0 139 5/11/2023
0.13.0 143 5/10/2023
0.12.1 177 4/13/2023
0.12.0 200 4/3/2023
0.11.2 290 1/17/2023
0.11.1 285 1/10/2023
0.11.0 280 12/27/2022
0.10.0 281 12/23/2022
0.9.0 308 11/30/2022
0.8.0 306 11/28/2022
0.7.0 315 11/27/2022
0.6.0 321 11/26/2022
0.5.0 333 11/15/2022
0.4.0 328 11/9/2022
0.3.0 322 11/9/2022
0.2.2 419 9/27/2022
0.2.1 422 9/23/2022
0.2.0 400 9/13/2022
0.1.300 398 9/9/2022
0.1.200 408 8/23/2022
0.1.100 420 8/21/2022
0.0.400 430 6/23/2022
0.0.300 456 3/9/2022
0.0.200 432 3/8/2022
0.0.100 682 2/7/2020