Skip to content

Commit 08b0e4d

Browse files
committed
toc
1 parent 7474c6a commit 08b0e4d

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,26 @@ A library to auto convert URLs to links.
1111

1212
## Table of Content
1313

14-
* [Installation via Composer](#installation-via-composer)
15-
* [Getting Started](#getting-started)
16-
* [Use Autolink Object](#use-autolink-object)
17-
* [Convert Text](#convert-text)
18-
* [Convert Email](#convert-email)
19-
* [Options](#options)
20-
* [Scheme](#scheme)
21-
* [Link Builder](#link-builder)
14+
<!-- TOC -->
15+
* [PHP Autolink Library](#php-autolink-library)
16+
* [Table of Content](#table-of-content)
17+
* [Requirement](#requirement)
18+
* [Installation via Composer](#installation-via-composer)
19+
* [Getting Started](#getting-started)
20+
* [Use Autolink Object](#use-autolink-object)
21+
* [Convert Text](#convert-text)
22+
* [Add Attributes](#add-attributes)
23+
* [Convert Email](#convert-email)
24+
* [Attributes Escaping](#attributes-escaping)
25+
* [Options](#options)
26+
* [`text_limit`](#text_limit)
27+
* [`auto_title`](#auto_title)
28+
* [`strip_scheme`](#strip_scheme)
29+
* [`escape`](#escape)
30+
* [`link_no_scheme`](#link_no_scheme)
31+
* [Scheme](#scheme)
32+
* [Link Builder](#link-builder)
33+
<!-- TOC -->
2234

2335
## Requirement
2436

0 commit comments

Comments
 (0)