Detecting page breaks in markdown output #142
-
Is there any way to detect page breaks in markdown output of a PDF? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is an interesting feature request. Let us put it in the pipeline after the upcoming release. |
Beta Was this translation helpful? Give feedback.
-
from itertools import accumulate |
Beta Was this translation helpful? Give feedback.
This is an interesting feature request. Let us put it in the pipeline after the upcoming release.
We are already using comments
<!-- -->
for tagging images. I think we could easily do the same to signal page breaks. And potentially, having the user specifying the preferred placeholder for it.