X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka%2FWiki.hs;h=0fcf38a6bca33b31550bb2ddbc8d5d49f37a19e7;hb=3c5211253dc61c31196a47486c538b64c32d8c5e;hp=f8341ec8506d6069e4a152d4db50371b5bcaee1b;hpb=b3c3f333cd48bc74eb33f0f21d56a9d1bc65e0ea;p=Rakka.git diff --git a/Rakka/Wiki.hs b/Rakka/Wiki.hs index f8341ec..0fcf38a 100644 --- a/Rakka/Wiki.hs +++ b/Rakka/Wiki.hs @@ -35,6 +35,7 @@ data BlockElement | Preformatted ![InlineElement] | Paragraph ![InlineElement] | Div ![Attribute] ![BlockElement] + | EmptyBlock | BlockCmd !BlockCommand deriving (Eq, Show, Typeable, Data) @@ -56,6 +57,7 @@ data InlineElement | Span ![Attribute] ![InlineElement] | Image ![Attribute] | Anchor ![Attribute] ![InlineElement] + | EmptyInline | InlineCmd !InlineCommand deriving (Eq, Show, Typeable, Data)