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 96221e1 commit 0e17bd1Copy full SHA for 0e17bd1
pdoc/templates/pdf.mako
@@ -27,7 +27,7 @@
27
%>
28
29
<%def name="title(level, string, id=None)">
30
- <% id = f' {{#id}}' if id is not None else '' %>
+ <% id = f' {{#{id}}}' if id is not None else '' %>
31
${('#' * level) + ' ' + string + id}
32
</%def>
33
0 commit comments