Move slides from other repos

This commit is contained in:
Oliver Davies 2017-07-02 21:03:12 +01:00
parent 1407e61bba
commit 6a64544e13
328 changed files with 59715 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();