1212
1313## Contents
1414
15- * [ What is this?] ( #what-is-this )
16- * [ When should I use this?] ( #when-should-i-use-this )
17- * [ Install] ( #install )
18- * [ Use] ( #use )
19- * [ API] ( #api )
20- * [ ` inspect(tree[, options]) ` ] ( #inspecttree-options )
21- * [ ` inspectColor(tree[, options]) ` ] ( #inspectcolortree-options )
22- * [ ` inspectNoColor(tree[, options]) ` ] ( #inspectnocolortree-options )
23- * [ ` Options ` ] ( #options )
24- * [ Types] ( #types )
25- * [ Compatibility] ( #compatibility )
26- * [ Contribute] ( #contribute )
27- * [ License] ( #license )
15+ * [ What is this?] ( #what-is-this )
16+ * [ When should I use this?] ( #when-should-i-use-this )
17+ * [ Install] ( #install )
18+ * [ Use] ( #use )
19+ * [ API] ( #api )
20+ * [ ` inspect(tree[, options]) ` ] ( #inspecttree-options )
21+ * [ ` inspectColor(tree[, options]) ` ] ( #inspectcolortree-options )
22+ * [ ` inspectNoColor(tree[, options]) ` ] ( #inspectnocolortree-options )
23+ * [ ` Options ` ] ( #options )
24+ * [ Types] ( #types )
25+ * [ Compatibility] ( #compatibility )
26+ * [ Contribute] ( #contribute )
27+ * [ License] ( #license )
2828
2929## What is this?
3030
@@ -102,10 +102,10 @@ Inspect a tree, with color in Node, without color in browsers.
102102
103103###### Parameters
104104
105- * ` tree ` ([ ` Node ` ] [ node ] )
106- — tree to inspect
107- * ` options ` ([ ` Options ` ] [ api-options ] , optional)
108- — configuration
105+ * ` tree ` ([ ` Node ` ] [ node ] )
106+ — tree to inspect
107+ * ` options ` ([ ` Options ` ] [ api-options ] , optional)
108+ — configuration
109109
110110###### Returns
111111
@@ -127,8 +127,8 @@ Configuration (TypeScript type).
127127
128128###### Fields
129129
130- * ` showPositions ` (` boolean ` , default: ` true ` )
131- — whether to include positional information
130+ * ` showPositions ` (` boolean ` , default: ` true ` )
131+ — whether to include positional information
132132
133133## Types
134134
0 commit comments