From e01531bd7593b871d8fb18c5ea509394eb8785ba Mon Sep 17 00:00:00 2001 From: Sebastian Schwarz Date: Mon, 18 Jan 2010 18:00:39 +0100 Subject: Added reStructuredText support. Why not? Quickly tested. Seems to work fine. --- src/Text/Hakyll/File.hs | 1 + src/Text/Hakyll/Page.hs | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/Text/Hakyll/File.hs b/src/Text/Hakyll/File.hs index 2378ae9..81c4170 100644 --- a/src/Text/Hakyll/File.hs +++ b/src/Text/Hakyll/File.hs @@ -46,6 +46,7 @@ toURL path = if takeExtension path `elem` [ ".markdown" , ".mkd" , ".mkdn" , ".mkdwn" + , ".rst" , ".text" , ".tex" ] diff --git a/src/Text/Hakyll/Page.hs b/src/Text/Hakyll/Page.hs index d338542..e807442 100644 --- a/src/Text/Hakyll/Page.hs +++ b/src/Text/Hakyll/Page.hs @@ -60,6 +60,7 @@ renderFunction ".html" = id renderFunction ext = writeHtmlString writerOptions . readFunction ext defaultParserState where + readFunction ".rst" = readRST readFunction ".tex" = readLaTeX readFunction _ = readMarkdown -- cgit v1.2.3