You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the example. Unfortunately, my experience with the code showed that the lower case TOC anchor links did not match up with the Initial upper case header anchors. I had to change the case of the TOC links to initial upper for it to work.
Hello,
Is there a way to add a link to get back to the TOC?
I often use Typora to edit my markdown. Occasionally I export the doc I am working on to a PDF. This is a convenient tool because the PDF supports all the linking throughout the doc. So, the TOC provides a great way to jump to content.
What if I wanted a link back to the TOC underneath some headings? Lets say I have a 50 page PDF that I generated from markdown, it would be awfully convenient if a user of the PDF could jump to content on page 45, then jump back to the TOC with only 2 clicks, and no scrolling.
It is as if I want this markdown to automagically work:
I guess I could just link to a heading very close to the TOC, or add a heading to the TOC and link to that :/ so, one click at the TOC to get to content, then a link somewhere to the heading ### Table of contents which just so happens to be above the TOC. dumb question maybe.
Thanks for the example. Unfortunately, my experience with the code showed that the lower case TOC anchor links did not match up with the Initial upper case header anchors. I had to change the case of the TOC links to initial upper for it to work.