Skip to content

Releases: uiwjs/react-md-editor

v3.25.1

01 Nov 13:21
Compare
Choose a tag to compare

Documentation v3.25.1: https://raw.githack.com/uiwjs/react-md-editor/bff9798/index.html
Comparing Changes: v3.25.0...v3.25.1

v3.25.0

01 Nov 08:11
Compare
Choose a tag to compare

Documentation v3.25.0: https://raw.githack.com/uiwjs/react-md-editor/7b6ad20/index.html
Comparing Changes: v3.24.1...v3.25.0

Remove Code Highlight

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

import React from "react";
import MDEditor from '@uiw/react-md-editor/nohighlight';

const code = `**Hello world!!!**
\`\`\`js
function demo() {}
\`\`\`
`

export default function App() {
  const [value, setValue] = React.useState(code);
  return (
    <div className="container">
      <MDEditor
        value={value}
        onChange={setValue}
      />
      <MDEditor.Markdown source={value} style={{ whiteSpace: 'pre-wrap' }} />
    </div>
  );
}

v3.24.1

16 Oct 14:02
Compare
Choose a tag to compare

Documentation v3.24.1: https://raw.githack.com/uiwjs/react-md-editor/5251082/index.html
Comparing Changes: v3.24.0...v3.24.1

v3.24.0

13 Oct 14:43
Compare
Choose a tag to compare

Documentation v3.24.0: https://raw.githack.com/uiwjs/react-md-editor/3956855/index.html
Comparing Changes: v3.23.6...v3.24.0

v3.23.6

22 Sep 16:05
Compare
Choose a tag to compare

Documentation v3.23.6: https://raw.githack.com/uiwjs/react-md-editor/81f2a6a/index.html
Comparing Changes: v3.23.5...v3.23.6

v3.23.5

02 Aug 02:40
Compare
Choose a tag to compare

Documentation v3.23.5: https://raw.githack.com/uiwjs/react-md-editor/192746e/index.html
Comparing Changes: v3.23.4...v3.23.5

v3.23.4

26 Jul 10:18
Compare
Choose a tag to compare

Documentation v3.23.4: https://raw.githack.com/uiwjs/react-md-editor/8635453/index.html
Comparing Changes: v3.23.3...v3.23.4

v3.23.3

01 Jun 13:24
Compare
Choose a tag to compare

Documentation v3.23.3: https://raw.githack.com/uiwjs/react-md-editor/a70a6b0/index.html
Comparing Changes: v3.23.2...v3.23.3

v3.23.2

01 Jun 01:44
Compare
Choose a tag to compare

Documentation v3.23.2: https://raw.githack.com/uiwjs/react-md-editor/41da995/index.html
Comparing Changes: v3.23.1...v3.23.2

v3.23.1

30 May 05:26
Compare
Choose a tag to compare

Documentation v3.23.1: https://raw.githack.com/uiwjs/react-md-editor/f8c8d3a/index.html
Comparing Changes: v3.23.0...v3.23.1