Ver Fonte

enable attributes.

Yuto Iwata há 7 anos atrás
pai
commit
af1b6aa58d
1 ficheiros alterados com 2 adições e 2 exclusões
  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 {