Skip to content

Commit e277953

Browse files
committed
feat: suppprt monaco identifier with space
1 parent 8a60985 commit e277953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ console.log('HelloWorld')
7575
Whenever you want to do some modification in the presentation, simply add `{monaco}` after the language id, it turns the block into a full-featured Monaco editor!
7676

7777
~~~md
78-
```ts{monaco}
78+
```ts {monaco}
7979
console.log('HelloWorld')
8080
```
8181
~~~

0 commit comments

Comments
 (0)