mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-04 21:57:59 +02:00
Fix markdown.js slideAttributesSeparator selection.
This commit is contained in:
@@ -281,7 +281,8 @@
|
||||
separator: section.getAttribute( 'data-separator' ),
|
||||
verticalSeparator: section.getAttribute( 'data-vertical' ),
|
||||
notesSeparator: section.getAttribute( 'data-notes' ),
|
||||
attributes: getForwardedAttributes( section )
|
||||
attributes: getForwardedAttributes( section ),
|
||||
slideAttributesSeparator: section.getAttribute( 'data-attributes' ),
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user