]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki.hs
The big change
[Rakka.git] / Rakka / Wiki.hs
index 719ed62cc646699ebb4069a2bc1c6b51506b3de0..af50afbc7adef90939cdba3376cad8bca3de214b 100644 (file)
@@ -74,10 +74,11 @@ data InlineElement
     | LineBreak ![Attribute]
     | Span ![Attribute] ![InlineElement]
     | Image {
-        imgSource :: !PageName
+        imgSource :: !(PageName)
       , imgAlt    :: !(Maybe String)
       }
     | Anchor ![Attribute] ![InlineElement]
+    | Input ![Attribute]
     | EmptyInline
     | InlineCmd !InlineCommand
     deriving (Eq, Show, Typeable, Data)