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:
parent
251829c1d0
commit
37178bc04c
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue