Handle an anchor tag in a file URL to jump to a line number like gitweb does by
appending #l<number> to the blob.
Also annoying problem is that since the UI renders the file lines using <li>,
the generated numbers are not searchable in a browser. So there is currently no
way to jump to a particular line by its number.