All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.js.revealjs.2.6.1.test.test-markdown.js Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version


Reveal.addEventListener( 'ready', function() {

	QUnit.module( 'Markdown' );

	test( 'Vertical separator', function() {
		strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
	});


} );

Reveal.initialize();





© 2015 - 2024 Weber Informatics LLC | Privacy Policy