Sfoglia il codice sorgente

+timecodes functions, +defaultMD

Ivan Asmer 4 anni fa
parent
commit
ea6e322b4c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      index.mjs

+ 1 - 1
index.mjs

@@ -660,7 +660,7 @@ const Img = ({react:React, children, title, node}) =>{
     return _("img", {alt: title, src: children, className: node.startMatch[1] || undefined})
 }
 
-export const defaultMapMDToComponents = {
+const defaultMapMDToComponents = {
     heading1: Heading,
     heading2: Heading,
     heading3: Heading,