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