Skip to content

Commit

Permalink
Merge pull request #21 from christiaanderidder/1.4.0
Browse files Browse the repository at this point in the history
1.4.0
  • Loading branch information
christiaanderidder authored Dec 27, 2023
2 parents 2e7d178 + c63af36 commit b3c6bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/QuestPDF.Markdown/MarkdownRendererOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ public class MarkdownRendererOptions
public float ImageScalingFactor { get; set; } = 0.5f;

public float ParagraphSpacing { get; set; } = 10;
public float ListItemSpacing { get; set; } = 10;
public float ListItemSpacing { get; set; } = 5;
}
4 changes: 2 additions & 2 deletions src/QuestPDF.Markdown/QuestPDF.Markdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.33.0"/>
<PackageReference Include="QuestPDF" Version="2023.12.0" />
<PackageReference Include="Markdig" Version="0.34.0"/>
<PackageReference Include="QuestPDF" Version="2023.12.1" />
<PackageReference Include="SkiaSharp" Version="2.88.6" />
</ItemGroup>

Expand Down

0 comments on commit b3c6bb8

Please sign in to comment.