QuestPDF.Markdown
1.0.0-alpha.5
This is a prerelease version of QuestPDF.Markdown.
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 QuestPDF.Markdown --version 1.0.0-alpha.5
NuGet\Install-Package QuestPDF.Markdown -Version 1.0.0-alpha.5
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.5" />
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.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QuestPDF.Markdown, 1.0.0-alpha.5"
#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.5&prerelease // Install QuestPDF.Markdown as a Cake Tool #tool nuget:?package=QuestPDF.Markdown&version=1.0.0-alpha.5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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);
});
});
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 | 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 (1)
Showing the top 1 NuGet packages that depend on QuestPDF.Markdown:
Package | Downloads |
---|---|
Gnoe.Workflow
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.23.1 | 127 | 10/31/2024 |
1.23.0 | 124 | 10/28/2024 |
1.22.0 | 326 | 10/7/2024 |
1.22.0-beta.1 | 46 | 9/29/2024 |
1.21.0 | 1,283 | 8/28/2024 |
1.20.3 | 235 | 8/27/2024 |
1.20.2 | 1,400 | 8/13/2024 |
1.20.1 | 642 | 8/7/2024 |
1.20.0 | 69 | 8/5/2024 |
1.19.0 | 163 | 7/25/2024 |
1.18.0 | 284 | 7/18/2024 |
1.17.0 | 365 | 7/5/2024 |
1.16.0 | 1,196 | 6/21/2024 |
1.15.0 | 13,497 | 6/12/2024 |
1.14.0 | 859 | 5/27/2024 |
1.13.0 | 110 | 5/24/2024 |
1.12.0 | 124 | 5/23/2024 |
1.11.1 | 184 | 5/15/2024 |
1.11.0 | 100 | 5/13/2024 |
1.10.0 | 251 | 5/6/2024 |
1.9.0 | 5,227 | 4/29/2024 |
1.8.0 | 169 | 4/22/2024 |
1.8.0-beta.4 | 67 | 4/1/2024 |
1.8.0-beta.3 | 78 | 3/27/2024 |
1.8.0-beta.2 | 60 | 3/20/2024 |
1.8.0-beta.1 | 56 | 3/2/2024 |
1.8.0-alpha | 108 | 2/20/2024 |
1.7.3 | 1,526 | 4/1/2024 |
1.7.2 | 109 | 4/1/2024 |
1.7.1 | 1,681 | 3/2/2024 |
1.7.0 | 6,566 | 2/20/2024 |
1.6.1 | 112 | 2/16/2024 |
1.6.0 | 825 | 2/7/2024 |
1.5.0 | 630 | 2/2/2024 |
1.4.0 | 802 | 12/27/2023 |
1.3.1 | 170 | 12/22/2023 |
1.3.0 | 976 | 12/8/2023 |
1.2.0 | 235 | 11/19/2023 |
1.1.0 | 1,449 | 11/15/2023 |
1.0.1 | 129 | 11/14/2023 |
1.0.0 | 176 | 11/13/2023 |
1.0.0-alpha.6 | 67 | 11/12/2023 |
1.0.0-alpha.5 | 62 | 11/12/2023 |