Skip to content

Commit 8fcff17

Browse files
authored
fix(gatsby-remark-embed-snippet): readme - change code language (gatsbyjs#24821)
1 parent ce6c681 commit 8fcff17

File tree

1 file changed

+1
-1
lines changed
  • packages/gatsby-remark-embed-snippet

1 file changed

+1
-1
lines changed

packages/gatsby-remark-embed-snippet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ This is the JSX of my app:
292292

293293
You can also add `// hide-range` comments to your files.
294294

295-
```jsx
295+
```no-highlight
296296
// hide-range{1-2}
297297
import React from "react"
298298
import ReactDOM from "react-dom"

0 commit comments

Comments
 (0)