Setting the file. One moment.
Subchapter 7.31
references/editor-monaco.mdMarkdown644 BView on GitHub
```ts {monaco}
console.log('HelloWorld')
```Compare two code versions:
```ts {monaco-diff}
console.log('Original text')
~~~
console.log('Modified text')
```Auto-grow as you type:
```ts {monaco} {height:'auto'}
console.log('Hello, World!')
```Fixed height:
```ts {monaco} {height:'300px'}
// code here
```See /custom/config-monaco for Monaco editor customization options.