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 patkira committed Jun 29, 2015
1 parent 940993f commit 0885377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/markdown/markdown.js
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 0885377

Please sign in to comment.