Skip to content

Releases: uiwjs/react-markdown-preview

v4.2.2

02 Nov 05:00

Choose a tag to compare

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

npm i @uiw/react-markdown-preview@4.2.2

v4.2.1

01 Nov 05:25

Choose a tag to compare

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

npm i @uiw/react-markdown-preview@4.2.1

v4.2.0

01 Nov 04:52

Choose a tag to compare

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

npm i @uiw/react-markdown-preview@4.2.0

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}
    />
  );
}

v4.1.16

22 Sep 13:09

Choose a tag to compare

Documentation v4.1.16: https://raw.githack.com/uiwjs/react-markdown-preview/7134348/index.html
Comparing Changes: v4.1.15...v4.1.16

npm i @uiw/react-markdown-preview@4.1.16

v4.1.15

07 Aug 03:34

Choose a tag to compare

Documentation v4.1.15: https://raw.githack.com/uiwjs/react-markdown-preview/7e1e166/index.html
Comparing Changes: v4.1.14...v4.1.15

npm i @uiw/react-markdown-preview@4.1.15

v4.1.14

02 Aug 02:27

Choose a tag to compare

Documentation v4.1.14: https://raw.githack.com/uiwjs/react-markdown-preview/73557ca/index.html
Comparing Changes: v4.1.13...v4.1.14

npm i @uiw/react-markdown-preview@4.1.14

v4.1.13

23 Apr 04:09

Choose a tag to compare

Documentation v4.1.13: https://raw.githack.com/uiwjs/react-markdown-preview/20b9017/index.html
Comparing Changes: v4.1.12...v4.1.13

npm i @uiw/react-markdown-preview@4.1.13

v4.1.12

21 Apr 10:53

Choose a tag to compare

Documentation v4.1.12: https://raw.githack.com/uiwjs/react-markdown-preview/a5452db/index.html
Comparing Changes: v4.1.11...v4.1.12

npm i @uiw/react-markdown-preview@4.1.12

v4.1.11

21 Apr 03:17

Choose a tag to compare

Documentation v4.1.11: https://raw.githack.com/uiwjs/react-markdown-preview/a704733/index.html
Comparing Changes: v4.1.10...v4.1.11

npm i @uiw/react-markdown-preview@4.1.11

v4.1.10

06 Mar 17:37

Choose a tag to compare

Documentation v4.1.10: https://raw.githack.com/uiwjs/react-markdown-preview/9f9f28d/index.html
Comparing Changes: v4.1.9...v4.1.10

npm i @uiw/react-markdown-preview@4.1.10