We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2721e commit aee15c8Copy full SHA for aee15c8
pelican/plugins/toc2.py
@@ -138,7 +138,7 @@ def generate_toc(content):
138
if settoc:
139
print("Generating ToC for %s" % content.slug)
140
tree_string = '{}'.format(tree)
141
- print("ToC: %s" % tree_string)
+ # print("ToC: %s" % tree_string)
142
tree_soup = BeautifulSoup(tree_string, 'html.parser')
143
content.toc = tree_soup.decode(formatter='html')
144
itoc = soup.find('p', text='[TOC]')
0 commit comments