Add old future of Drupal presentation

This commit is contained in:
Benjamin Melançon 2018-05-29 18:26:59 -04:00
parent 86f2644483
commit 1b3ec458c4
127 changed files with 20994 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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();