X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka%2FWiki.hs;fp=Rakka%2FWiki.hs;h=f0e38fedd47994f629efdd6ae1f2dbe74ac4b784;hb=7c3065043cdfbd96539a9bf6bff9b1d4281c0b2a;hp=0bf23987b5ffed8c5368fd13d85695183a3b89c8;hpb=f832f12703d807f5fc3350dc71d8624ffc5b97a5;p=Rakka.git diff --git a/Rakka/Wiki.hs b/Rakka/Wiki.hs index 0bf2398..f0e38fe 100644 --- a/Rakka/Wiki.hs +++ b/Rakka/Wiki.hs @@ -48,6 +48,8 @@ data InlineElement } | LineBreak ![Attribute] | Span ![Attribute] ![InlineElement] + | Image ![Attribute] + | Anchor ![Attribute] ![InlineElement] | InlineCmd !InlineCommand deriving (Eq, Show)