Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Apr 1, 2020
1 parent e6f0fb6 commit 4c337b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@

* [open issues](https://github.com/Vanessa219/vditor/issues)

### v3.0.8 / 2020-04-0x



### v3.0.7 / 2020-04-01

* [250](https://github.com/Vanessa219/vditor/issues/250) 支持配置是否开启 wysiwyg 模式下代码块渲染 `引入特性`
Expand All @@ -58,9 +62,6 @@
* [249](https://github.com/Vanessa219/vditor/issues/249) 代码块语言选择优化 `改进功能`
* [211](https://github.com/Vanessa219/vditor/issues/211) Heading when backspace (Windows Firefox) `修复缺陷`
* [239](https://github.com/Vanessa219/vditor/issues/239) be converted after spaces in FF `修复缺陷`

### v3.0.6 / 2020-03-27

* [240](https://github.com/Vanessa219/vditor/issues/240) multiple markdown at one line `修复缺陷`
* [241](https://github.com/Vanessa219/vditor/issues/241) When editing the heading, not converted using the cursor key `修复缺陷`
* [242](https://github.com/Vanessa219/vditor/issues/242) combined lists "+" and "-" `修复缺陷`
Expand Down
2 changes: 1 addition & 1 deletion 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": "vditor",
"version": "3.0.6",
"version": "3.0.7",
"description": "♏ 一款浏览器端的 Markdown 编辑器。",
"author": "Vanessa <[email protected]> (http://vanessa.b3log.org)",
"homepage": "https://hacpai.com/tag/vditor",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Vditor extends VditorMethod {
// `http://192.168.2.248:9090/lute.min.js?${new Date().getTime()}`
// "'src/js/lute/lute.min.js"'
// `${mergedOptions.cdn}/dist/js/lute/lute.min.js`
addScript(`http://192.168.2.248:9090/lute.min.js?${new Date().getTime()}`, "vditorLuteScript").then(() => {
addScript(`${mergedOptions.cdn}/dist/js/lute/lute.min.js`, "vditorLuteScript").then(() => {
this.vditor.lute = setLute({
autoSpace: this.vditor.options.preview.markdown.autoSpace,
chinesePunct: this.vditor.options.preview.markdown.chinesePunct,
Expand Down
3 changes: 1 addition & 2 deletions src/js/lute/lute.min.js

Large diffs are not rendered by default.

0 comments on commit 4c337b5

Please sign in to comment.