Releases: christiaanderidder/QuestPDF.Markdown
1.8.0-beta.2
This release changes the configuration in MarkdownRenderOptions
.
Colors are now configured using the new Color
struct instead of hex-strings.
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2024.3.0-beta1
- Upgrade Markdig to version
0.36.2
1.8.0-beta.1
This release changes the configuration in MarkdownRenderOptions
.
Colors are now configured using the new Color
struct instead of hex-strings.
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2024.3.0-beta
1.7.1
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2023.12.6
1.8.0-alpha
This release changes the configuration in MarkdownRenderOptions
.
Colors are now configured using the new Color
struct instead of hex-strings.
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2024.3.0-alpha
1.7.0
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2023.12.5
- Upgrade Markdig to version
0.35.0
1.6.1
This release adds the ability to customize the glyph used for unordered lists using the following new option:
UnorderedListGlyph
1.6.0
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2023.12.4
1.5.0
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2023.12.3
- Upgrade SkiaSharp to version
2.88.7
1.4.0
This release sets more sensible default value of 5
for spacing between list items.
The spacing between list items can be controlled with the MarkdownRendererOptions.ListItemSpacing
option.
To keep the behavior of previous versions of QuestPDF.Markdown, set this option to 10
.
This release upgrades the following dependencies:
- Upgrade QuestPDF to version
2023.12.1
- Upgrade Markdig to version
0.34.0
1.3.1
This release adds the ability to individually control spacing between list items and paragraphs using the following new options:
MarkdownRendererOptions.ListItemSpacing
MarkdownRendererOptions.ParagraphSpacing