Skip to content

Commit

Permalink
toc
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 24, 2024
1 parent 7474c6a commit 08b0e4d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,26 @@ A library to auto convert URLs to links.

## Table of Content

* [Installation via Composer](#installation-via-composer)
* [Getting Started](#getting-started)
* [Use Autolink Object](#use-autolink-object)
* [Convert Text](#convert-text)
* [Convert Email](#convert-email)
* [Options](#options)
* [Scheme](#scheme)
* [Link Builder](#link-builder)
<!-- TOC -->
* [PHP Autolink Library](#php-autolink-library)
* [Table of Content](#table-of-content)
* [Requirement](#requirement)
* [Installation via Composer](#installation-via-composer)
* [Getting Started](#getting-started)
* [Use Autolink Object](#use-autolink-object)
* [Convert Text](#convert-text)
* [Add Attributes](#add-attributes)
* [Convert Email](#convert-email)
* [Attributes Escaping](#attributes-escaping)
* [Options](#options)
* [`text_limit`](#text_limit)
* [`auto_title`](#auto_title)
* [`strip_scheme`](#strip_scheme)
* [`escape`](#escape)
* [`link_no_scheme`](#link_no_scheme)
* [Scheme](#scheme)
* [Link Builder](#link-builder)
<!-- TOC -->

## Requirement

Expand Down

0 comments on commit 08b0e4d

Please sign in to comment.