Small fix

This commit is contained in:
Maboroshy 2018-05-21 22:30:13 +03:00 committed by GitHub
parent 251829c1d0
commit 37178bc04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ Script {
function noteToMarkdownHtmlHook(note, html) {
if (note.noteText.substring(0, 4) == '---\n') {
script.log(html)
// For ---/nYAML/n.../nNote text
var yamlEndIndex = html.indexOf('\n...\n')