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 725f3a4 commit f3d8a6aCopy full SHA for f3d8a6a
make
@@ -48,7 +48,7 @@ def create_navigation(file):
48
49
def create_article(link, title, html, top = None):
50
if top is not None:
51
- title = to_markdown('## %s [^](#%s)' % (title, top)).replace('<h2>', '<h2 id="%s">' % link)
+ title = to_markdown('## %s [#top](#%s)' % (title, top)).replace('<h2>', '<h2 id="%s">' % link)
52
53
else:
54
title = to_markdown('# %s' % title).replace('<h1>', '<h1 id="%s">' % link)
0 commit comments