Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
修正 Prettier 智障的 Markdown 問題
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Aug 14, 2020
1 parent 9dbf0e4 commit 5f642a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,28 @@ Davai(давай)是一個十分快速的 HTTP 路由器,這能夠讓你

# 索引

- [安裝方式](#安裝方式)
- [使用方式](#使用方式)
- [變數路由](#變數路由)
- [選擇性路由](#選擇性路由)
_ [前後輟路由](#前後輟路由)
_ [任意路由](#任意路由)
- [正規表達式路由](#正規表達式路由)
- [自訂規則](#自訂規則)
- [路由優先度](#路由優先度)
- [路由群組](#路由群組)
- [反向與命名路由](#反向與命名路由)
- [中介軟體](#中介軟體)
_ [進階建構體](#進階建構體)
_ [群組區域](#群組區域) \* [路由器區域](#路由器區域)
- [提供靜態資源與目錄](#提供靜態資源與目錄)
_ [單個檔案](#單個檔案)
_ [允許目錄索引](#允許目錄索引)
- [無路由](#無路由) \* [良好結束](#良好結束)
- [如何運作的?](#如何運作的)
* [安裝方式](#安裝方式)
* [使用方式](#使用方式)
* [變數路由](#變數路由)
* [選擇性路由](#選擇性路由)
* [前後輟路由](#前後輟路由)
* [任意路由](#任意路由)
* [正規表達式路由](#正規表達式路由)
* [自訂規則](#自訂規則)
* [路由優先度](#路由優先度)
* [路由群組](#路由群組)
* [反向與命名路由](#反向與命名路由)
* [中介軟體](#中介軟體)
* [進階建構體](#進階建構體)
* [群組區域](#群組區域)
* [路由器區域](#路由器區域)
* [提供靜態資源與目錄](#提供靜態資源與目錄)
* [單個檔案](#單個檔案)
* [允許目錄索引](#允許目錄索引)
* [無路由](#無路由)
* [良好結束](#良好結束)
* [如何運作的?](#如何運作的)


# 安裝方式

Expand Down

0 comments on commit 5f642a7

Please sign in to comment.