Test nested syntax highlighting
<CH.Section>```pythondef lorem(ipsum):  ipsum + 1```Something `def lorem(ipsum)`Hello, [hover me](focus://1[5:16])<CH.Code>```python one.pydef lorem(ipsum):  ipsum + 1``````js two.jsfunction lorem(ipsum) {  return ipsum + 1}```</CH.Code></CH.Section>
export default {  data() {    return {      greeting: "Hello World!",    }  },}