Skip to content

Commit 0196548

Browse files
authored
Update creating-content.mdx
1 parent 8547af7 commit 0196548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ You can highlight text using strings or regular expressions. For example:
213213

214214
````md title="content.md"
215215
```jsx title="code.js" "hello" /ye[sp]/ add=/add[12]/ del=/remove[12]/
216+
console.log(
217+
'Hello, the words yes and yep will be marked. Also add1, add2, remove1, remove2',
218+
)
216219
````
217220
```jsx title="code.js" "hello" /ye[sp]/ add=/add[12]/ del=/remove[12]/
218221
console.log(

0 commit comments

Comments
 (0)