Skip to content

Commit

Permalink
- updated readme
Browse files Browse the repository at this point in the history
- updated jump to line anchor name
  • Loading branch information
cbess committed Oct 23, 2011
1 parent b21d368 commit 716a7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ Features:
Append to document URL.

- To highlight lines append to URL: `&hl=3,7`
- To jump to a line append to end of URL: `#L-3`
- To jump to a line append to end of URL: `#line-3`

![screenshot](https://github.com/cbess/text-sherlock/raw/master/setup/web-example1.jpg)

Expand Down
2 changes: 1 addition & 1 deletion core/sherlock/transformer.py
Expand Up @@ -42,7 +42,7 @@ def to_html(self, text, filename, **kwargs):
formatter = HtmlFormatter(
linenos='table',
cssclass="source",
lineanchors='L',
lineanchors='line',
anchorlinenos=True,
**kwargs
)
Expand Down

0 comments on commit 716a7cb

Please sign in to comment.