Skip to content

Commit

Permalink
New version 4.0.4 Read more https://github.com/xdan/jodit/blob/main/C…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 15, 2024
1 parent 62073ff commit 81bf9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "4.0.3",
"version": "4.0.4",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/plugins/delete/delete.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('Delete plugin', () => {
[
`<p>|You must include the syntax highlighting library yourself, on your site:</p>
<pre class="language-html" contenteditable="false">...</pre>
</pre>
<p>After that, the library must be initialized</p>
<pre class="language-javascript" contenteditable="false">Prism.highlightAll()|</pre>`,
''
Expand Down

0 comments on commit 81bf9cb

Please sign in to comment.