QuestPDF.Markdown 1.0.0-alpha.6

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

// Install QuestPDF.Markdown as a Cake Tool
#tool nuget:?package=QuestPDF.Markdown&version=1.0.0-alpha.6&prerelease

QuestPDF.Markdown

A helper that allows rendering markdown into a QuestPDF document

Usage

var text = 
@"# Hello, world!
*Greetings* from **markdown**!
> Hello, back!";

var document = Document.Create(container =>
{
    container.Page(page =>
    {
        page.Margin(20);
        page.Content().Markdown(text);
    });
});

Contributing

To quickly test changes made in the library, you can make use of the excellent QuestPDF previewer in combination with the QuestPDF.Markdown.Tests project and dotnet watch

To render the test markdown file in the previewer, run the following command in the root directory of the repository:

dotnet watch test --project ./tests/QuestPDF.Markdown.Tests -- --filter Name=Render

To render the test markdown file in the previewer with additional background colors and margins, run the following command in the root directory of the repository:

dotnet watch test --project ./tests/QuestPDF.Markdown.Tests -- --filter Name=RenderDebug

Any changes made to the MarkdownRenderer class will be automatically reflected in the previewer.

Product 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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.14.0 62 5/27/2024
1.13.0 76 5/24/2024
1.12.0 75 5/23/2024
1.11.1 114 5/15/2024
1.11.0 79 5/13/2024
1.10.0 187 5/6/2024
1.9.0 3,170 4/29/2024
1.8.0 140 4/22/2024
1.8.0-beta.4 60 4/1/2024
1.8.0-beta.3 68 3/27/2024
1.8.0-beta.2 53 3/20/2024
1.8.0-beta.1 49 3/2/2024
1.8.0-alpha 72 2/20/2024
1.7.3 1,142 4/1/2024
1.7.2 81 4/1/2024
1.7.1 1,167 3/2/2024
1.7.0 6,524 2/20/2024
1.6.1 89 2/16/2024
1.6.0 263 2/7/2024
1.5.0 605 2/2/2024
1.4.0 571 12/27/2023
1.3.1 147 12/22/2023
1.3.0 945 12/8/2023
1.2.0 213 11/19/2023
1.1.0 799 11/15/2023
1.0.1 108 11/14/2023
1.0.0 150 11/13/2023
1.0.0-alpha.6 56 11/12/2023
1.0.0-alpha.5 50 11/12/2023