Ivan Asmer před 4 roky
rodič
revize
91881977ed
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      index.mjs

+ 2 - 2
index.mjs

@@ -634,9 +634,9 @@ const A = ({react:React, children, title}) =>{
     return _("a", {children: title, href: children})
 }
 
-const Img = ({react:React, children, title}) =>{
+const Img = ({react:React, children, title, node}) =>{
     const _ = React.createElement.bind(React)
-    return _("img", {alt: title, src: children})
+    return _("img", {alt: title, src: children, className: node.startMatch[1]})
 }
 
 const defaultMapMDToComponents = {