We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a57599 commit d3adf11Copy full SHA for d3adf11
1 file changed
markdown_pdf/__init__.py
@@ -56,7 +56,7 @@ def __init__(self, toc_level: int = 6, mode: str = 'commonmark'):
56
57
@staticmethod
58
def _recorder(elpos):
59
- """Call function invoked during story.place() for making a TOC."""
+ """Call function invoked during story.element_positions() for making a TOC and hrefs."""
60
elpos.page_num = elpos.pdfile.page_num
61
elpos.pdfile.hrefs.append(elpos)
62
0 commit comments