Bläddra i källkod

enable attributes.

Yuto Iwata 7 år sedan
förälder
incheckning
af1b6aa58d
1 ändrade filer med 2 tillägg och 2 borttagningar
  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 {