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 committed Mar 16, 2015
1 parent 220315b commit 668630e
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 668630e

Please sign in to comment.