We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We (finally) have a way to make links between chapters that work on Github and in the ebook - see PR #195.
To catalog all the types of links pointing within the book, and organize / track the work:
#fn01-1
#tfn01-1
#section_1.7
#p853
bibliography.md#bb1160
[Steele (1990)](bibliography.md#bb1160)
bibliography.md
[Steele (1990)](bibliography.md#steele-1990)
[figure 11.1](#f0010)
[figure 16.2](#fig-16-02)
[figure 23.3](#figure-23-3)
[exercise 8.8](#st0045)
Going to an anchor midway down a page could take some fiddling in some browsers, due to how Github renders Markdown pages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We (finally) have a way to make links between chapters that work on Github and in the ebook - see PR #195.
To catalog all the types of links pointing within the book, and organize / track the work:
#fn01-1
and#tfn01-1
- around 55 anchor and link combos, already handled#section_1.7
- WIP branch, around 60 links, 300 anchors#p853
- around 55 links, 1k anchorsbibliography.md#bb1160
, around 140 links, 330 anchors[Steele (1990)](bibliography.md#bb1160)
could fix links by editing
bibliography.md
[Steele (1990)](bibliography.md#steele-1990)
[figure 11.1](#f0010)
[figure 16.2](#fig-16-02)
[figure 23.3](#figure-23-3)
[exercise 8.8](#st0045)
- only one link?Going to an anchor midway down a page could take some fiddling in some browsers, due to how Github renders Markdown pages.
The text was updated successfully, but these errors were encountered: