Skip to content

Commit

Permalink
doc: Update document. (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 21, 2023
1 parent fe4e50a commit ddcc2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/README.md
Expand Up @@ -81,7 +81,7 @@ export default function Demo() {

syntax: <code>```jsx {1,4-5}</code>

⚠️ The `highlight line` and `Show Line Numbers` feature are invalid and require ~~`rehype-prism-plus@1.6.3`~~ upgrade.
⚠️ `v5` version `highlight line` and `Show Line Numbers` functions are invalid and need ~~`rehype-prism-plus@1.6.3`~~ to be upgraded.

```jsx mdx:preview
import React from 'react';
Expand Down Expand Up @@ -118,7 +118,7 @@ export default function Demo() {

syntax: <code>```jsx showLineNumbers {1,4-5}</code>

⚠️ The `highlight line` and `Show Line Numbers` feature are invalid and require ~~`rehype-prism-plus@1.6.3`~~ upgrade.
⚠️ `v5` version `highlight line` and `Show Line Numbers` functions are invalid and need ~~`rehype-prism-plus@1.6.3`~~ to be upgraded.

```jsx mdx:preview?background=#fff
import React from 'react';
Expand Down

0 comments on commit ddcc2c4

Please sign in to comment.