Input
```python
x = 1
```
^ A simple assignment Output AST
- type: CodeBlock
language: python
raw: x = 1
caption:
- type: Text
value: A simple assignment A ^ line immediately after a CodeBlock closing fence sets caption on the CodeBlock node
Input
```python
x = 1
```
^ A simple assignment Output AST
- type: CodeBlock
language: python
raw: x = 1
caption:
- type: Text
value: A simple assignment