Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update creating-content.mdx
  • Loading branch information
noam-honig authored Nov 7, 2024
commit b74f890d66d3b7a7142ecafccf68716a5dfba453
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,6 @@ console.log(
)
```

````md
```jsx "hello" /ye[sp]/ add=/add[12]/ del=/remove[12]/
````
```jsx "hello" /ye[sp]/ add=/add[12]/ del=/remove[12]/
console.log(
'Hello, the words yes and yep will be marked. Also add1, add2, remove1, remove2',
)
```

#### Importing files

Expand Down