Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-markdown-preview (source) ~4.1.0 -> ~4.2.0 age adoption passing confidence

Release Notes

uiwjs/react-markdown-preview (@​uiw/react-markdown-preview)

v4.2.2

Compare Source

Documentation v4.2.2: https://raw.githack.com/uiwjs/react-markdown-preview/e672a30/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.2.1...v4.2.2

npm i @​uiw/[email protected]

v4.2.1

Compare Source

Documentation v4.2.1: https://raw.githack.com/uiwjs/react-markdown-preview/00b2b6e/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.2.0...v4.2.1

npm i @​uiw/[email protected]

v4.2.0

Compare Source

Documentation v4.2.0: https://raw.githack.com/uiwjs/react-markdown-preview/7ba1829/index.html\
Comparing Changes: uiwjs/react-markdown-preview@v4.1.16...v4.2.0

npm i @​uiw/[email protected]

Remove Code Highlight

The following example can help you exclude code highlighting code from being included in the bundle. @uiw/react-markdown-preview/nohighlight component does not contain the rehype-prism-plus code highlighting package, showLineNumbers and highlight line functions will no longer work. (#​586)

import React from 'react';
import MarkdownPreview from '@​uiw/react-markdown-preview/nohighlight';

const source = `
\`\`\`js
function () {
  console.log('hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello')
}
\`\`\`
\`\`\`js
function () {
  console.log('hello ')
}
\`\`\`
`;

export default function Demo() {
  return (
    <MarkdownPreview
      source={source}
    />
  );
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants