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