Skip to content

Commit 0171fd2

Browse files
authored
docs: restore markdown tags
1 parent ccfdb8c commit 0171fd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorialkit.dev/src/content/docs/guides/creating-content.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ You can highlight text using strings or regular expressions. For example:
216216
console.log(
217217
'Hello, the words yes and yep will be marked. Also add1, add2, remove1, remove2',
218218
)
219+
```
219220
````
220221

221222
```jsx title="code.js" "hello" /ye[sp]/ add=/add[12]/ del=/remove[12]/

0 commit comments

Comments
 (0)