It should be possible to link to the particular Quick Start section
matklad opened this issue · 4 comments
matklad commented
Perhaps we should add a table of contents to it as well?
mkaput commented
Each header already has it's unique id based on it's contents, though they are not
accompanying <a> tags, so getting these urls is not as easy as for instance on GitHub.
Unfortunately this, and also TOC stuff, will require some JavaScript shenanigans probably, as gh-pages are quite limited here.
mkaput commented
Readme states that it doesn't work on gh pages
mkaput commented
I have an idea on this, will implement during weekend