Skip to content

Commit

Permalink
New version 4.0.5 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 81bf9cb commit 62e8841
Show file tree
Hide file tree
Showing 3 changed files with 4 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.4",
"version": "4.0.5",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit.min.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/core/selection/selection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ describe('Selection Module Tests', function () {
'<ul><li>|<span>test</span>test<s>ss</s>|</li><li><span>test</span>test<s>ss</s></li></ul>'
],
[
'<p>|You must include the syntax highlighting library yourself, on your site:</p>\n<pre class="language-html" contenteditable="false">...</pre>\n</pre>\n<p>After that, the library must be initialized</p>\n<pre class="language-javascript" contenteditable="false">Prism.highlightAll()|</pre>',
'<p>|You must include the syntax highlighting library yourself, on your site:</p>\n<pre class="language-html" contenteditable="false">...</pre>\n\n<p>After that, the library must be initialized</p>\n<pre class="language-javascript" contenteditable="false">Prism.highlightAll()|</pre>',
'<p>|You must include the syntax highlighting library yourself, on your site:</p>\n<pre class="language-html" contenteditable="false">...</pre>\n\n<p>After that, the library must be initialized</p>\n<pre class="language-javascript" contenteditable="false">Prism.highlightAll()|</pre>'
]
].forEach(([source, result], i) => {
Expand Down

0 comments on commit 62e8841

Please sign in to comment.