Browse Source

+timecodes functions, +defaultMD

Ivan Asmer 4 năm trước cách đây
mục cha
commit
ea6e322b4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,