8000 Fix #185: Anchor tags are now usable in mobile browsers. (#195) · VirtualNetworks/parser@a54f466 · GitHub
[go: up one dir, main page]

Skip to content

Commit a54f466

Browse files
authored
Fix twilio#185: Anchor tags are now usable in mobile browsers. (twilio#195)
Prepending each anchor reference with `#user-content-` makes them work as expected, since github tags every header with `id="user-content-<NAME>"` * Test out a fix for twilio#185 * Fix twilio#185: Anchor tags are now usable in mobile browsers.
1 parent 42b6617 commit a54f466

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Store.js
22
========
33

4-
1. [Version 2.0](#version-20)
4+
1. [Version 2.0](#user-content-version-20)
55
- What's new?
6-
2. [Basic Usage](#basic-usage)
6+
2. [Basic Usage](#user-content-basic-usage)
77
- All you need to get started
8-
- [API](#api)
9-
- [Installation](#installation)
10-
3. [Supported Browsers](#supported-browsers)
8+
- [API](#user-content-api)
9+
- [Installation](#user-content-installation)
10+
3. [Supported Browsers](#user-content-supported-browsers)
1111
- All of them, pretty much :)
12-
- [List of supported browsers](#list-of-supported-browsers)
13-
4. [Plugins](#plugins)
12+
- [List of supported browsers](#user-content-list-of-supported-browsers)
13+
4. [Plugins](#user-content-plugins)
1414
- Additional common functionality
15-
- [List of all Plugins](#list-of-all-plugins)
16-
- [Using Plugins](#using-plugins)
17-
- [Write your own Plugin](#write-your-own-plugin)
18-
5. [Builds](#builds)
15+
- [List of all Plugins](#user-content-list-of-all-plugins)
16+
- [Using Plugins](#user-content-using-plugins)
17+
- [Write your own Plugin](#user-content-write-your-own-plugin)
18+
5. [Builds](#user-content-builds)
1919
- Choose which build is right for you
20-
- [List of default Builds](#list-of-default-builds)
21-
- [Make your own Build](#make-your-own-build)
22-
6. [Storages](#storages)
20+
- [List of default Builds](#user-content-list-of-default-builds)
21+
- [Make your own Build](#user-content-make-your-own-build)
22+
6. [Storages](#user-content-storages)
2323
- Storages provide underlying persistance
24-
- [List of all Storages](#list-of-all-storages)
25-
- [Write your own Storage](#write-your-own-storage)
24+
- [List of all Storages](#user-content-list-of-all-storages)
25+
- [Write your own Storage](#user-content-write-your-own-storage)
2626

2727

2828
Version 2.0

0 commit comments

Comments
 (0)
0