Skip to content

Commit

Permalink
Merge branch 'dev-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Aug 19, 2024
2 parents 6c851da + 8b7431e commit 6134fef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-editor-rt",
"version": "4.19.0",
"version": "4.19.1",
"keywords": [
"react",
"nextjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"markdown-it-anchor": "^9.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"md-editor-rt": "^4.19.0",
"md-editor-rt": "^4.19.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.6",
Expand Down
6 changes: 1 addition & 5 deletions src/pages/Grammar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ export default () => {
return (
<div className="container">
<div className="doc">
<IzPreviewContent
editorId={editorId}
modelValue={mdText}
showCodeRowNumber={false}
/>
<IzPreviewContent editorId={editorId} modelValue={mdText} />
<IzCatalog editorId={editorId} />
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3464,10 +3464,10 @@ marked@*:
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz#d5d05bd2683a85cb9cc6afbe5240e3a8bffcb92a"
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==

md-editor-rt@^4.19.0:
version "4.19.0"
resolved "https://registry.npmjs.org/md-editor-rt/-/md-editor-rt-4.19.0.tgz#d915f2973ddf9e3b6d338bb3eecc3ea4d814e59b"
integrity sha512-Dru1s5ag2OPkPBQhKi1yB15LQtQwRbKqKYh3QFm3pr/UR5YRIVBuwtw2G0aYMxs9KCp51ZlFC+eAuEVeyMhHnw==
md-editor-rt@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/md-editor-rt/-/md-editor-rt-4.19.1.tgz#6e78f48781b42e36a72dedeab4213d1925222cf7"
integrity sha512-xCixAuFBdC5L2qIY+FXKu06ffOxB7h9lK9Qgzp6SYIxDqtLbBZ8iOvWkIr+mFbFGcDse7chAINilNgzk3TJAFg==
dependencies:
"@codemirror/lang-markdown" "^6.2.5"
"@codemirror/language-data" "^6.5.1"
Expand Down

0 comments on commit 6134fef

Please sign in to comment.