Input
- item
```js
const x = 1
``` Output AST
- type: List
kind: bullet
loose: true
children:
- type: ListItem
children:
- type: Paragraph
children:
- type: Text
value: item
- type: CodeBlock
language: js
raw: const x = 1