Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 31, 2022
1 parent 17d9af5 commit e912e36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -99,6 +99,7 @@

### v3.8.13 / 2022-04

* [1206](https://github.com/Vanessa219/vditor/issues/1206) 评论语法解析和行级 HTML 解析冲突 `修复缺陷`
* [1054](https://github.com/Vanessa219/vditor/issues/1054) disabled 后应禁止粘贴 `修复缺陷`
* [1162](https://github.com/Vanessa219/vditor/issues/1162) XSS 安全漏洞 `修复缺陷`
* [1203](https://github.com/Vanessa219/vditor/issues/1203) 支持 solidity, yul 语法 `引入特性`
Expand Down
4 changes: 2 additions & 2 deletions demo/comment.js
Expand Up @@ -66,7 +66,7 @@ const renderComments = (ids) => {
cmtElement.innerHTML = `<div>
${text}<br>
<button>删除</button><br>
<input>
<input>
</div>`
cmtElement.value = text
document.getElementById('comments').
Expand Down Expand Up @@ -127,7 +127,7 @@ window.vditor = new Vditor('vditor', {
cmtElement.innerHTML = `<div>
${text}<br>
<button>删除</button><br>
<input>
<input>
</div>`
cmtElement.value = text
if (index === 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vditor",
"version": "3.8.12",
"version": "3.8.13",
"description": "♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生",
"author": "Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
"homepage": "https://b3log.org/vditor",
Expand Down
6 changes: 3 additions & 3 deletions src/js/lute/lute.min.js

Large diffs are not rendered by default.

0 comments on commit e912e36

Please sign in to comment.