Parcourir la source

+timecodes functions, +defaultMD

Ivan Asmer il y a 4 ans
Parent
commit
ea6e322b4c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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})
     return _("img", {alt: title, src: children, className: node.startMatch[1] || undefined})
 }
 }
 
 
-export const defaultMapMDToComponents = {
+const defaultMapMDToComponents = {
     heading1: Heading,
     heading1: Heading,
     heading2: Heading,
     heading2: Heading,
     heading3: Heading,
     heading3: Heading,