We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fd263 commit 320b30eCopy full SHA for 320b30e
sponsors/pandoc_filters/pagebreak.py
@@ -62,7 +62,6 @@ def action(self, elem, doc):
62
if isinstance(elem, pf.RawBlock):
63
if elem.text == r"\newpage":
64
if (doc.format == "docx"):
65
- pf.debug("Page Break")
66
elem = self.pagebreak
67
# elif elem.text == r"\newsection":
68
# if (doc.format == "docx"):
0 commit comments