Skip to content

Commit b292332

Browse files
authored
Merge pull request #109 from curbengh/toc
docs: add table of contents
2 parents f75213b + 92854bf commit b292332

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@
88

99
Utilities for [Hexo].
1010

11+
## Table of contents
12+
13+
- [Installation](#installation)
14+
- [Usage](#usage)
15+
- [CacheStream](#cachestream)
16+
- [camelCaseKeys](#camelcasekeysobj-options)
17+
- [createSha1Hash](#createsha1hash)
18+
- [decodeURL](#decodeurlstr)
19+
- [encodeURL](#encodeurlstr)
20+
- [escapeDiacritic](#escapediacriticstr)
21+
- [escapeHTML](#escapehtmlstr)
22+
- [escapeRegex](#escaperegexstr)
23+
- [full_url_for](#full_url_forpath)
24+
- [gravatar](#gravatarstr-options)
25+
- [hash](#hashstr)
26+
- [highlight](#highlightstr-options)
27+
- [htmlTag](#htmltagtag-attrs-text-escape)
28+
- [Pattern](#patternrule)
29+
- [Permalink](#permalinkrule-options)
30+
- [relative_url](#relative_urlfrom-to)
31+
- [slugize](#slugizestr-options)
32+
- [spawn](#spawncommand-args-options)
33+
- [stripHTML](#striphtmlstr)
34+
- [wordWrap](#wordwrapstr-options)
35+
- [truncate](#truncatestr-options)
36+
- [unescapeHTML](#unescapehtmlstr)
37+
- [url_for](#url_forpath-option)
38+
- [bind(hexo)](#bindhexo)
39+
1140
## Installation
1241

1342
``` bash

0 commit comments

Comments
 (0)