Skip to content

Commit f198903

Browse files
committed
update README.md
1 parent 68d95c2 commit f198903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ import rehypeHighlight from 'rehype-highlight'
5454
const md = ref(`
5555
## Highlight
5656
57-
\`\`\`js
57+
```js
5858
console.log("hi")
59-
\`\`\`
59+
```
6060
`)
6161
</script>
6262

0 commit comments

Comments
 (0)