dotnet-md2html
1.0.0.1-preview1
This is a prerelease version of dotnet-md2html.
dotnet add package dotnet-md2html --version 1.0.0.1-preview1
NuGet\Install-Package dotnet-md2html -Version 1.0.0.1-preview1
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="dotnet-md2html" Version="1.0.0.1-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-md2html --version 1.0.0.1-preview1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dotnet-md2html, 1.0.0.1-preview1"
#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 dotnet-md2html as a Cake Addin #addin nuget:?package=dotnet-md2html&version=1.0.0.1-preview1&prerelease // Install dotnet-md2html as a Cake Tool #tool nuget:?package=dotnet-md2html&version=1.0.0.1-preview1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-md2html
Summary
Yet another implementation of the Markdown Text to HTML Converter, built on .NET Core console application.
Install
Case 1. Install as a .NET Core project local tool - Reference from .NET Core project
Add a .NET CLI Tool reference in the .csproj file.
<ItemGroup>
<DotNetCliToolReference Include="dotnet-md2html" Version="1.0.0.1-preview1" />
</ItemGroup>
After NuGet package restoring, you can use dotnet md2html
command in the project folder.
Case 2. Install as a global tool
> dotnet tool install -g dotnet-md2html --version 1.0.0.1-preview1
See also Microsoft Docs site.
Command Line Syntax
Usage
> dotnet md2html [options]
Options
- -v ... Show version of dotnet-md2html command.
- -i
{path}
... Specify the file path of source markdown text file. If-i
options is not specified,dotnet-md2html
command reads source markdown text from standard input stream. - -o
{path}
... Specify the file path of destination HTML file. If-o
option is not specified,dotnet-md2html
command writes HTML converted from source markdown text into standard output stream. - -e ... Embed images into the HTML file as a data protocol instead of image path references.
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- CommandLineSwitchParser (>= 1.0.0)
- Markdig (>= 0.17.1)
-
.NETCoreApp 2.1
- CommandLineSwitchParser (>= 1.0.0)
- Markdig (>= 0.17.1)
-
.NETCoreApp 2.2
- CommandLineSwitchParser (>= 1.0.0)
- Markdig (>= 0.17.1)
-
.NETCoreApp 3.0
- CommandLineSwitchParser (>= 1.0.0)
- Markdig (>= 0.17.1)
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 |
---|---|---|
1.0.0.1-preview1 | 1,163 | 7/24/2019 |