Skip to content

Commit 5bd2f43

Browse files
committed
Fix markup
1 parent ce0770e commit 5bd2f43

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,28 @@ rendering the result into an easier-to-digest form.
8282

8383
A grammar is an object with one of the following four forms:
8484

85-
1. ```
86-
{"stylesheet":true}
87-
```
85+
1.
86+
```
87+
{"stylesheet":true}
88+
```
8889
89-
2. ```
90+
2.
91+
```
9092
{
9193
"qualified": <grammar>,
9294
"@foo": <grammar>,
9395
"unknown": <function>
9496
}
95-
```
97+
```
9698
97-
3. ```
99+
3.
100+
```
98101
{
99102
"declarations": true,
100103
"@foo": <grammar>
101104
"unknown": <function>
102105
}
103-
```
106+
```
104107
105108
4. `null`
106109

0 commit comments

Comments
 (0)