Skip to content

Commit 3838c63

Browse files
committed
Update API.md processor example
1 parent dec5d31 commit 3838c63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

API.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ Creates a new `processor` instance
1717

1818
```js
1919
const processor = parser();
20+
```
21+
22+
Or, with optional transform function
2023

21-
// or, with optional transform function
24+
```js
2225
const transform = selectors => {
2326
selectors.walkUniversals(selector => {
2427
selector.remove();

0 commit comments

Comments
 (0)