1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-11-14 13:58:07 +00:00

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

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')