Browse Source

fix issue with parsing markdown notes inside of non-markdown slide #2970

Hakim El Hattab 3 years ago
parent
commit
aab4c0c3cc
3 changed files with 1 additions and 1 deletions
  1. 0 0
      plugin/markdown/markdown.esm.js
  2. 0 0
      plugin/markdown/markdown.js
  3. 1 1
      plugin/markdown/plugin.js

File diff suppressed because it is too large
+ 0 - 0
plugin/markdown/markdown.esm.js


File diff suppressed because it is too large
+ 0 - 0
plugin/markdown/markdown.js


+ 1 - 1
plugin/markdown/plugin.js

@@ -206,7 +206,7 @@ const Plugin = () => {
 
 			var externalPromises = [];
 
-			[].slice.call( scope.querySelectorAll( '[data-markdown]:not([data-markdown-parsed])') ).forEach( function( section, i ) {
+			[].slice.call( scope.querySelectorAll( 'section[data-markdown]:not([data-markdown-parsed])') ).forEach( function( section, i ) {
 
 				if( section.getAttribute( 'data-markdown' ).length ) {
 

Some files were not shown because too many files changed in this diff