Releases: uiwjs/react-markdown-preview
v4.2.2
Documentation v4.2.2: https://raw.githack.com/uiwjs/react-markdown-preview/e672a30/index.html
Comparing Changes: v4.2.1...v4.2.2
- 🐞 fix: export markdown.css issue (#247) 4cb0433 @cragonnyunt
npm i @uiw/react-markdown-preview@4.2.2v4.2.1
Documentation v4.2.1: https://raw.githack.com/uiwjs/react-markdown-preview/00b2b6e/index.html
Comparing Changes: v4.2.0...v4.2.1
- 🆎 type: add nohighlight to file fields in package.json 3d587a6 @jaywcjlove
npm i @uiw/react-markdown-preview@4.2.1v4.2.0
Documentation v4.2.0: https://raw.githack.com/uiwjs/react-markdown-preview/7ba1829/index.html
Comparing Changes: v4.1.16...v4.2.0
- 🌟 feat: add no highlight component. 2836e47 @jaywcjlove
- ⛑ test: fix test case error. 2269435 @jaywcjlove
npm i @uiw/react-markdown-preview@4.2.0Remove 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
Documentation v4.1.16: https://raw.githack.com/uiwjs/react-markdown-preview/7134348/index.html
Comparing Changes: v4.1.15...v4.1.16
- 🐞 fix(deps): update dependency rehype-prism-plus to v1.6.3 (#223) 1774f45 @renovate-bot
- 💢 ci: update workflows config. d72e3d9 @jaywcjlove
- 🌍 website: add mermaid example. (#238) 24171ce @jaywcjlove
- 📖 doc: add mermaid example in README.md 9f35ff7 @jaywcjlove
- 🌍 website: fix shields import error. ad3bd79 @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.16v4.1.15
Documentation v4.1.15: https://raw.githack.com/uiwjs/react-markdown-preview/7e1e166/index.html
Comparing Changes: v4.1.14...v4.1.15
- 🐞 fix: lock the version of rehype-prism-plus to v1.6.1 2a28beb @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.15v4.1.14
Documentation v4.1.14: https://raw.githack.com/uiwjs/react-markdown-preview/73557ca/index.html
Comparing Changes: v4.1.13...v4.1.14
- 🐞 fix(deps): update dependency react-code-preview-layout to v3 #217 fbdee27 @jaywcjlove
- 📖 doc: Update README.md 04dbddd @jaywcjlove
- 🌍 website: update markdown preview. a9a7310 @jaywcjlove
- 🌍 website: update example. 4113ddc @jaywcjlove
- 💄 chore: update workflows/ci.marster.yml 288fadf @jaywcjlove
- 🐞 fix(deps): update dependency rehype-prism-plus to ~1.6.1 #223 b6ca649 @jaywcjlove
- 💄 chore(deps): update dependency lerna to v7 #221 24d6cb9 @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.14v4.1.13
Documentation v4.1.13: https://raw.githack.com/uiwjs/react-markdown-preview/20b9017/index.html
Comparing Changes: v4.1.12...v4.1.13
- 🐞 fix: fix the problem of the copy button. (#220) 3a74777 @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.13v4.1.12
Documentation v4.1.12: https://raw.githack.com/uiwjs/react-markdown-preview/a5452db/index.html
Comparing Changes: v4.1.11...v4.1.12
- 🐞 fix: fix the issue that the copy button listener may fail. (#220) 421234b @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.12v4.1.11
Documentation v4.1.11: https://raw.githack.com/uiwjs/react-markdown-preview/a704733/index.html
Comparing Changes: v4.1.10...v4.1.11
- 📖 doc: Update README.md da15ee0 @jaywcjlove
- 💄 chore: modify jest config. 30e6509 @jaywcjlove
- 💄 chore(deps): update dependency tsbb to v4 #219 96ca579 @jaywcjlove
- 🐞 fix: fix copy listener event issue. (#220) c376e54 @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.11v4.1.10
Documentation v4.1.10: https://raw.githack.com/uiwjs/react-markdown-preview/9f9f28d/index.html
Comparing Changes: v4.1.9...v4.1.10
- 💄 chore: update workflows config. e84c3c2 @jaywcjlove
- 💄 chore: dirctory refactoring. f1733b1 @jaywcjlove
- 🎨 style: support highlight-line & line-number styles. d90880e @jaywcjlove
- 📖 doc: Update README.md 146d959 @jaywcjlove
- 💄 chore: update workflows config. 6ad548e @jaywcjlove
- 💄 chore: update workflows config. 383e3f8 @jaywcjlove
npm i @uiw/react-markdown-preview@4.1.10