File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-markdown-preview" ,
3
- "version" : " 4.1.1 " ,
3
+ "version" : " 4.1.2 " ,
4
4
"description" : " React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style." ,
5
5
"homepage" : " https://uiwjs.github.io/react-markdown-preview" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const App = () => {
37
37
spellCheck = "false"
38
38
onChange = { ( e ) => setValue ( e . target . value ) }
39
39
/>
40
- < MarkdownPreview skipHtml = { false } className = "App-editor-preview" source = { value } />
40
+ < MarkdownPreview className = "App-editor-preview" source = { value } />
41
41
</ div >
42
42
< MarkdownPreview className = "App-markdown" source = { MDStr . replace ( / ( [ \s \S ] * ) < ! - - d i v i d i n g - - > / , '' ) } />
43
43
< div className = "App-footer" >
You can’t perform that action at this time.
0 commit comments