Skip to content

Commit

Permalink
released v4.1.2 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 18, 2022
1 parent 95f8ba6 commit de60a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-markdown-preview",
"version": "4.1.1",
"version": "4.1.2",
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
"homepage": "https://uiwjs.github.io/react-markdown-preview",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion website/App.tsx
Expand Up @@ -37,7 +37,7 @@ const App = () => {
spellCheck="false"
onChange={(e) => setValue(e.target.value)}
/>
<MarkdownPreview skipHtml={false} className="App-editor-preview" source={value} />
<MarkdownPreview className="App-editor-preview" source={value} />
</div>
<MarkdownPreview className="App-markdown" source={MDStr.replace(/([\s\S]*)<!--dividing-->/, '')} />
<div className="App-footer">
Expand Down

0 comments on commit de60a85

Please sign in to comment.