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
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
I have a Gist as a "live-blog of developing a small app" that has more than 70 internal links as I write this; I've recently therefore added a table-of-contents to the front. This TOC takes advantage of Github's definition of internal links for headers; if you have a heading labelled "The Next Thing", it will be addressable as #the-next-thing.
This doesn't work in the Roughdraft presentation of the Gist.
I tried wrapping headers in
<aname="header-name-here">
## Header Name Here
</a>
blocks; again, viewing the normal Gist worked with this too, but Roughdraft ignored the links.
I have a Gist as a "live-blog of developing a small app" that has more than 70 internal links as I write this; I've recently therefore added a table-of-contents to the front. This TOC takes advantage of Github's definition of internal links for headers; if you have a heading labelled "The Next Thing", it will be addressable as
#the-next-thing.This doesn't work in the Roughdraft presentation of the Gist.
I tried wrapping headers in
blocks; again, viewing the normal Gist worked with this too, but Roughdraft ignored the links.