diff --git a/.prettierignore b/.prettierignore index baf6cb1b..638b0fda 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,5 @@ -**/*.html - js/**/*.js plugin/**/*.js test/**/*.md +test/**/*.html examples/**/*.md \ No newline at end of file diff --git a/demo.html b/demo.html index faedc638..3858b7ce 100644 --- a/demo.html +++ b/demo.html @@ -1,47 +1,58 @@ - + - - + reveal.js – The HTML Presentation Framework - - + + - - + + - + - - - + + + - + -
-
- +

The HTML Presentation Framework

- Created by Hakim El Hattab and contributors + Created by Hakim El Hattab and + contributors

Hello There

- reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do. + reveal.js enables you to create beautiful interactive slide decks using HTML. This + presentation will show you examples of what it can do.

@@ -51,21 +62,38 @@

Vertical Slides

Slides can be nested inside of each other.

Use the Space key to navigate through all slides.

-
+
- Down arrow + Down arrow

Basement Level 1

-

Nested slides are useful for adding additional detail underneath a high level horizontal slide.

+

+ Nested slides are useful for adding additional detail underneath a high level + horizontal slide. +

Basement Level 2

That's it, time to go back up.

-
+
- Up arrow + Up arrow
@@ -73,14 +101,16 @@

Slides

- Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at https://slides.com. + Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, + try it out at https://slides.com.

Hidden Slides

- This slide is visible in the source, but hidden when the presentation is viewed. You can show all hidden slides by setting the `showHiddenSlides` config option to `true`. + This slide is visible in the source, but hidden when the presentation is viewed. You can + show all hidden slides by setting the `showHiddenSlides` config option to `true`.

@@ -97,12 +127,17 @@ ); } -

Code syntax highlighting courtesy of highlight.js.

+

+ Code syntax highlighting courtesy of + highlight.js. +

With Animations

-

+		
+		
+		
+		
+		
+		
-
 	
 
diff --git a/index.html b/index.html
index 45c63070..2cce5f56 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,11 @@
-
+
 
 	
-		
-		
+		
+		
 
 		reveal.js
 
@@ -45,7 +48,7 @@
 				hash: true,
 
 				// Learn about plugins: https://revealjs.com/plugins/
-				plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
+				plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
 			});