Debug

Test nested syntax highlighting

hi.md
<CH.Section>

```python
def lorem(ipsum):
ipsum + 1
```

Something `def lorem(ipsum)`

Hello, [hover me](focus://1[5:16])

<CH.Code>

```python one.py
def lorem(ipsum):
ipsum + 1
```

```js two.js
function lorem(ipsum) {
return ipsum + 1
}
```

</CH.Code>

</CH.Section>
hi.js
export default {
data() {
return {
greeting: "Hello World!",
}
},
}