PandocTasks 0.1.2

dotnet add package PandocTasks --version 0.1.2
NuGet\Install-Package PandocTasks -Version 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="PandocTasks" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PandocTasks --version 0.1.2
#r "nuget: PandocTasks, 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 PandocTasks as a Cake Addin
#addin nuget:?package=PandocTasks&version=0.1.2

// Install PandocTasks as a Cake Tool
#tool nuget:?package=PandocTasks&version=0.1.2

Build action that transforms text files using pandoc. Transform markdown, LaTeX or docx to HTML or PDF during build.

This project is just a wrapper around the awesome pandoc tool. See http://johnmacfarlane.net/pandoc/ for all the formats and options.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.1.2 15,233 10/2/2016
0.1.1 1,848 9/7/2014
0.1.0 1,145 9/7/2014

Updated Pandoc to version 1.17.2