mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-21 23:48:08 +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) {
|
function noteToMarkdownHtmlHook(note, html) {
|
||||||
|
|
||||||
if (note.noteText.substring(0, 4) == '---\n') {
|
if (note.noteText.substring(0, 4) == '---\n') {
|
||||||
script.log(html)
|
|
||||||
|
|
||||||
// For ---/nYAML/n.../nNote text
|
// For ---/nYAML/n.../nNote text
|
||||||
var yamlEndIndex = html.indexOf('\n...\n')
|
var yamlEndIndex = html.indexOf('\n...\n')
|
||||||
|
|
Loading…
Reference in a new issue