]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki.hs
Implemented inline images and framed images
[Rakka.git] / Rakka / Wiki.hs
index 0bf23987b5ffed8c5368fd13d85695183a3b89c8..f0e38fedd47994f629efdd6ae1f2dbe74ac4b784 100644 (file)
@@ -48,6 +48,8 @@ data InlineElement
       }
     | LineBreak ![Attribute]
     | Span ![Attribute] ![InlineElement]
+    | Image ![Attribute]
+    | Anchor ![Attribute] ![InlineElement]
     | InlineCmd !InlineCommand
     deriving (Eq, Show)