Skip to content

Commit

Permalink
updated md slide separator regex #929
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel authored and rockaBe committed Jul 27, 2020
1 parent 33b501b commit a50f35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
});
}

var DEFAULT_SLIDE_SEPARATOR = '^\n---\n$',
var DEFAULT_SLIDE_SEPARATOR = '^\r?\n---\r?\n$',
DEFAULT_NOTES_SEPARATOR = 'note:',
DEFAULT_ELEMENT_ATTRIBUTES_SEPARATOR = '\\\.element\\\s*?(.+?)$',
DEFAULT_SLIDE_ATTRIBUTES_SEPARATOR = '\\\.slide:\\\s*?(\\\S.+?)$';
Expand Down

0 comments on commit a50f35a

Please sign in to comment.