Skip to content

Commit

Permalink
Merge pull request #6 from xHN35RQ/master
Browse files Browse the repository at this point in the history
Add example of hash link usage
  • Loading branch information
rhysd committed Aug 12, 2015
2 parents 8c55044 + 9f1be6f commit e41a5e7
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 e41a5e7

Please sign in to comment.