We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0770e commit 5bd2f43Copy full SHA for 5bd2f43
README.md
@@ -82,25 +82,28 @@ rendering the result into an easier-to-digest form.
82
83
A grammar is an object with one of the following four forms:
84
85
-1. ```
86
- {"stylesheet":true}
87
- ```
+1.
+ ```
+ {"stylesheet":true}
88
89
-2. ```
90
+2.
91
92
{
93
"qualified": <grammar>,
94
"@foo": <grammar>,
95
"unknown": <function>
96
}
97
98
-3. ```
99
+3.
100
101
102
"declarations": true,
103
"@foo": <grammar>
104
105
106
107
108
4. `null`
109
0 commit comments