-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make linkeable lines a link to themselves
Currently its already possible to make line lumbers linkeable. Getting such a link however requires the end user to look at the pages source and then to manually edit the URL, which is not a great UX. This PR changes that to make the line numbers a link to themselves, so clicking on them gives a link to that line that can then be passed around, similiar to e.G. GitHub.
- Loading branch information
1 parent
9eb358b
commit ab61726
Showing
3 changed files
with
42 additions
and
4 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
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
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