-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed that clicking on instructions with `.` in their name (e.g. `abs.w`) didn't go to the section for the instruction, while things worked fine for instructions without `.` in their name. Looking at the HTML page source of the GitHub-rendered markdown, it looks like, somehow, the HTML fragments for the instruction sections lose the `.`, e.g. the fragment name for `abs.w` is not `abs.w` but `absw`. So I removed the dot from the fragments references like `(#absw)` and the link appear to work in the preview.
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters