This is a sample Jupyter notebook for testing anytomd conversion.
```python
def greet(name):
```
Below we process some data.
```python
data = [1, 2, 3, 4, 5]
total = sum(data)
print(f"Total: {total}")
```
```
This is raw text that should be in a plain fenced block.
```