-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-md-toc broken? #3
Labels
bug
Something isn't working
Comments
Discussed with Arijit and he agreed it is worth spending a few hours to dig around and see if we can get this working, since manually keeping the ToC up to date across all the different documentation pages is not ideal. |
Still broken when I published the v2.5 docs today, but don't have time to investigate right now. |
Resolved in v0.10.0. Just re-install the latest version:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Realized today that the v2.4 documentation (4a7bad0) doesn't have a table of contents . I re-ran
bash copy_doc.sh
and it runs fine, but just doesn't add a ToC as expected. I thought that maybe it was because I changed the image on the title page (finally removing the grey background), but I was able to reproduce the issue with an old version of the word doc (at v2.3) which had previously worked.So it appears that something has broken with the ToC generator. And looking at their GH repo, it looks like we are not the only one having this problem: ekalinin/github-markdown-toc#146.
Need to investigate further and see if there is a change I can make locally, or if the package is currently unusuable. For now, I manually added the ToC to v2.4 (476367d).
The text was updated successfully, but these errors were encountered: