Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
9139bc32
Commit
9139bc32
authored
Jun 07, 2017
by
Hakim El Hattab
Browse files
alias 'notes:' alias for md speaker note separator #1913
parent
9ab14374
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/markdown/markdown.js
View file @
9139bc32
...
...
@@ -18,7 +18,7 @@
}(
this
,
function
(
marked
)
{
var
DEFAULT_SLIDE_SEPARATOR
=
'
^
\r
?
\n
---
\r
?
\n
$
'
,
DEFAULT_NOTES_SEPARATOR
=
'
note:
'
,
DEFAULT_NOTES_SEPARATOR
=
'
note
s?
:
'
,
DEFAULT_ELEMENT_ATTRIBUTES_SEPARATOR
=
'
\\\
.element
\\\
s*?(.+?)$
'
,
DEFAULT_SLIDE_ATTRIBUTES_SEPARATOR
=
'
\\\
.slide:
\\\
s*?(
\\\
S.+?)$
'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment