Yuto Iwata пре 7 година
родитељ
комит
af1b6aa58d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/client/js/util/reveal/plugins/growi-renderer.js

+ 2 - 2
src/client/js/util/reveal/plugins/growi-renderer.js

@@ -46,8 +46,8 @@ import GrowiRenderer from '../../GrowiRenderer';
         section.outerHTML = marked.slidify(markdown, {
           separator: section.getAttribute('data-separator'),
           verticalSeparator: section.getAttribute('data-separator-vertical'),
-          notesSeparator: section.getAttribute('data-separator-notes')
-          // attributes: getForwardedAttributes(section)
+          notesSeparator: section.getAttribute('data-separator-notes'),
+          attributes: marked.getForwardedAttributes(section)
         });
       }
       else {