Update index.html

This commit is contained in:
gdtool 2020-12-24 16:21:34 +08:00 committed by GitHub
parent 94bc7fff20
commit e2591751c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@
path : "https://cdn.jsdelivr.net/npm/editor.md@1.5.0/lib/",
appendMarkdown : "# MarkDown",
saveHTMLToTextarea : true,
mode : "markdown"
mode : "markdown",
tex : true
});
//表单赋值
$('#createDate').val(new Date());