v3.8.7

Vanessa219/vditorv3.8.7Sep 21, 2021by Vanessa219

AI Summary

A security-focused update that fixes critical XSS vulnerabilities and improves Markdown rendering stability.

Key Highlights

  • Fixed XSS vulnerabilities (e.g., rendering `#` without space as title)
  • Fixed link reference syntax with nested elements
  • Fixed list line breaks
  • Upgraded webpack-dev-server and node-sass

Full Release Notes

* [1049](https://github.com/Vanessa219/vditor/issues/1049) #后面没有空格也会渲染为标题 `修复缺陷`
* [1085](https://github.com/Vanessa219/vditor/issues/1085) XSS 漏洞修复 `修复缺陷`
* [1074](https://github.com/Vanessa219/vditor/issues/1074) 升级 webpack-dev-server & node-sass `开发重构`
* [1063](https://github.com/Vanessa219/vditor/issues/1063) 所见即所得模式链接引用语法中链接文本包含行级嵌套的问题 `修复缺陷`
* [1047](https://github.com/Vanessa219/vditor/issues/1047) 列表换行问题 `修复缺陷`