Skip to content

Commit

Permalink
doc: update document. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 23, 2023
1 parent 5f6e34e commit f9508e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/README.md
Expand Up @@ -81,8 +81,6 @@ export default function Demo() {

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

⚠️ `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';
import MarkdownPreview from '@uiw/react-markdown-preview';
Expand Down Expand Up @@ -118,8 +116,6 @@ export default function Demo() {

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

⚠️ `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';
import MarkdownPreview from '@uiw/react-markdown-preview';
Expand Down

0 comments on commit f9508e2

Please sign in to comment.