Browse Source

Fix incorrectly disabled code

Marcin Ziąbek 1 month ago
parent
commit
e61de353cf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/QuestPDF/Drawing/DocumentGenerator.cs

+ 0 - 2
Source/QuestPDF/Drawing/DocumentGenerator.cs

@@ -558,8 +558,6 @@ namespace QuestPDF.Drawing
 
         internal static void ApplySemanticParagraphs(this Element root)
         {
-            return;
-            
             var isFooterContext = false;
             
             Traverse(root);