2022
							parent
							
								
									38b32c6619
								
							
						
					
					
						commit
						dbb1d5ed19
					
				
							
								
								
									
										2
									
								
								LICENSE
								
								
								
								
							
							
						
						
									
										2
									
								
								LICENSE
								
								
								
								
							|  | @ -1,4 +1,4 @@ | |||
| Copyright (C) 2011-2021 Hakim El Hattab, http://hakim.se, and reveal.js contributors | ||||
| Copyright (C) 2011-2022 Hakim El Hattab, http://hakim.se, and reveal.js contributors | ||||
| 
 | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
| of this software and associated documentation files (the "Software"), to deal | ||||
|  |  | |||
|  | @ -48,5 +48,5 @@ Want to create your presentation using a visual editor? Try the official reveal. | |||
| 
 | ||||
| ---  | ||||
| <div align="center"> | ||||
|   MIT licensed | Copyright © 2011-2021 Hakim El Hattab, https://hakim.se | ||||
|   MIT licensed | Copyright © 2011-2022 Hakim El Hattab, https://hakim.se | ||||
| </div> | ||||
|  |  | |||
							
								
								
									
										30
									
								
								demo.html
								
								
								
								
							
							
						
						
									
										30
									
								
								demo.html
								
								
								
								
							|  | @ -451,25 +451,23 @@ Reveal.on( 'customevent', function() { | |||
| 		</div> | ||||
| 
 | ||||
| 		<script src="dist/reveal.js"></script> | ||||
| 		<script src="plugin/zoom/zoom.js"></script> | ||||
| 		<script src="plugin/notes/notes.js"></script> | ||||
| 		<script src="plugin/search/search.js"></script> | ||||
| 		<script src="plugin/markdown/markdown.js"></script> | ||||
| 		<script src="plugin/highlight/highlight.js"></script> | ||||
| 		<script> | ||||
| 			Reveal.initialize(); | ||||
| 
 | ||||
| 			// Also available as an ES module, see: | ||||
| 			// https://revealjs.com/initialization/ | ||||
| 			Reveal.initialize({ | ||||
| 				controls: true, | ||||
| 				progress: true, | ||||
| 				center: true, | ||||
| 				hash: true, | ||||
| 
 | ||||
| 				// Learn about plugins: https://revealjs.com/plugins/ | ||||
| 				plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ] | ||||
| 			}); | ||||
| 			const loadScript = src => { | ||||
| 				return new Promise((resolve, reject) => { | ||||
| 						const script = document.createElement('script'); | ||||
| 						script.type = 'text/javascript'; | ||||
| 						script.onload = resolve; | ||||
| 						script.onerror = reject; | ||||
| 						script.src = src; | ||||
| 						document.head.append(script); | ||||
| 				}) | ||||
| 			} | ||||
| 
 | ||||
| 			loadScript( 'plugin/highlight/highlight.js' ).then(() => { | ||||
| 				Reveal.registerPlugin( RevealHighlight ) | ||||
| 			}) | ||||
| 		</script> | ||||
| 
 | ||||
| 	</body> | ||||
|  |  | |||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -31,7 +31,7 @@ const banner = `/*! | |||
| * ${pkg.homepage} | ||||
| * MIT licensed | ||||
| * | ||||
| * Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se
 | ||||
| * Copyright (C) 2011-2022 Hakim El Hattab, https://hakim.se
 | ||||
| */\n` | ||||
| 
 | ||||
| // Prevents warnings from opening too many test pages
 | ||||
|  |  | |||
|  | @ -33,7 +33,7 @@ export const VERSION = '4.2.1'; | |||
|  * https://revealjs.com
 | ||||
|  * MIT licensed | ||||
|  * | ||||
|  * Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se
 | ||||
|  * Copyright (C) 2011-2022 Hakim El Hattab, https://hakim.se
 | ||||
|  */ | ||||
| export default function( revealElement, options ) { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 hakimel
						hakimel