Skip to content

Commit

Permalink
Add example of hash link usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xHN35RQ committed Aug 12, 2015
1 parent 8c55044 commit 9f1be6f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,22 @@ When you click an external link (which starts with `http://` or `https://`), Shi

### `#hash` link

When you click to the internal link to hash, page simply scrolls to the target.
When you click to the internal link to hash, page simply scrolls to the target. Note that links must be lower-case only. For example, each of these links:

# Table of Contents
* [Chapter 1](#chapter-1)
* [Section A](#section-a)
* [Section B](#section-b)
* [Chapter 2](#chapter-2)
* [Chapter 3](#chapter-3)

Will link to each of these headings:

## Chapter 1
### Section A
### Section B
## Chapter 2
## Chapter 3

### Link to local markdown file with modifier key

Expand Down

0 comments on commit 9f1be6f

Please sign in to comment.