From 3210e309725f7ce93ded69f4804a768999360f3a Mon Sep 17 00:00:00 2001 From: Jie Liang Date: Fri, 19 Apr 2019 12:28:19 -0500 Subject: [PATCH] Revert "test gitbook anchor" This reverts commit e82cea38663338412df24c36ad701c95d5423bad. --- source/chapter3/08_Patterns.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/chapter3/08_Patterns.md b/source/chapter3/08_Patterns.md index 3697bb96..4aa9009a 100755 --- a/source/chapter3/08_Patterns.md +++ b/source/chapter3/08_Patterns.md @@ -60,7 +60,8 @@ let someValue = 42 > 标识符模式语法 > -> *标识符模式{#identifier-pattern}* → [*标识符*](./02_Lexical_Structure.md#identifier) +#### identifier-pattern {#identifier-pattern} +> *标识符模式* → [*标识符*](./02_Lexical_Structure.md#identifier) > ## 值绑定模式(Value-Binding Pattern) {#value-binding-pattern}