add vertical separator '--'
This commit is contained in:
parent
181d993f29
commit
ef90437d88
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ function highlightAnyCodeBlocks() {
|
|||
function insertMarkdownReference() {
|
||||
var markdownReference = $('<section/>', {
|
||||
'data-markdown': "/slides.md",
|
||||
'data-separator': "^-( *)-( *)-( *-*)*",
|
||||
'data-separator': "^---\n",
|
||||
'data-separator-vertical': "^--\n",
|
||||
'data-separator-notes': "^Note:",
|
||||
'data-charset': "utf-8"
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue