Explorar o código

enable attributes.

Yuto Iwata %!s(int64=7) %!d(string=hai) anos
pai
achega
af1b6aa58d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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, {
         section.outerHTML = marked.slidify(markdown, {
           separator: section.getAttribute('data-separator'),
           separator: section.getAttribute('data-separator'),
           verticalSeparator: section.getAttribute('data-separator-vertical'),
           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 {
       else {