Browse Source

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

Hakim El Hattab 4 năm trước cách đây
mục cha
commit
aab4c0c3cc

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
plugin/markdown/markdown.esm.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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 ) {
 

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác