X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=Rakka%2FWiki%2FInterpreter%2FBase.hs;h=f2fd602fe791e9c02e4bad41a09ea08509b97178;hp=c749589609eeb66cc9a891e795c19bd0be101157;hb=3c5211253dc61c31196a47486c538b64c32d8c5e;hpb=b3c3f333cd48bc74eb33f0f21d56a9d1bc65e0ea diff --git a/Rakka/Wiki/Interpreter/Base.hs b/Rakka/Wiki/Interpreter/Base.hs index c749589..f2fd602 100644 --- a/Rakka/Wiki/Interpreter/Base.hs +++ b/Rakka/Wiki/Interpreter/Base.hs @@ -6,6 +6,7 @@ module Rakka.Wiki.Interpreter.Base import Rakka.Wiki import Rakka.Wiki.Interpreter import Rakka.Wiki.Interpreter.Base.Image +import Rakka.Wiki.Interpreter.Base.Outline baseInterpreters :: [Interpreter] @@ -16,6 +17,7 @@ baseInterpreters = [ lineBreakInterp , imgFrameInterp , pageNameInterp + , outlineInterp ] @@ -48,4 +50,4 @@ pageNameInterp = InlineCommandInterpreter { iciName = "pageName" , iciInterpret = \ ctx _ -> return $ Text (ctxPageName ctx) - } \ No newline at end of file + }