Input
```js {.example #snippet}
const x = 1;
``` Output AST
- type: CodeBlock
language: js
raw: const x = 1;
attributes:
- key: class
value:
- example
- key: id
value: snippet Language identifier and attributes may both appear on the opening fence
Input
```js {.example #snippet}
const x = 1;
``` Output AST
- type: CodeBlock
language: js
raw: const x = 1;
attributes:
- key: class
value:
- example
- key: id
value: snippet