TagHelperSamples.Markdown
1.0.1.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TagHelperSamples.Markdown --version 1.0.1.2
NuGet\Install-Package TagHelperSamples.Markdown -Version 1.0.1.2
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="TagHelperSamples.Markdown" Version="1.0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TagHelperSamples.Markdown --version 1.0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TagHelperSamples.Markdown, 1.0.1.2"
#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 TagHelperSamples.Markdown as a Cake Addin #addin nuget:?package=TagHelperSamples.Markdown&version=1.0.1.2 // Install TagHelperSamples.Markdown as a Cake Tool #tool nuget:?package=TagHelperSamples.Markdown&version=1.0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A Tag Helper that dynamically converts Markdown to HTML. Allows you to write Markdown in your razor pages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
DNX | dnx451 is compatible. |
DNXCore | dnxcore50 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
DNX 4.5.1
- CommonMark.NET (>= 0.10.0)
- Microsoft.AspNet.Mvc (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
-
DNXCore 5.0
- CommonMark.NET (>= 0.10.0)
- Microsoft.AspNet.Mvc (>= 6.0.0-rc1-final)
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TagHelperSamples.Markdown:
Repository | Stars |
---|---|
dotliquid/dotliquid
.NET Port of Tobias Lütke's Liquid template language.
|
Updated to support aspnet5 RC1