File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,26 @@ A library to auto convert URLs to links.
11
11
12
12
## Table of Content
13
13
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 -->
22
34
23
35
## Requirement
24
36
You can’t perform that action at this time.
0 commit comments