Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A module dealing with pandoc file extensions and associated file types
Documentation
Datatype to represent the different file types Hakyll can deal with by default
Binary | |
Css | |
DocBook | |
Html | |
Jupyter | |
LaTeX | |
LiterateHaskell FileType | |
Markdown | |
MediaWiki | |
OrgMode | |
PlainText | |
Rst | |
Textile |
fileType :: FilePath -> FileType Source #
Get the file type for a certain file. The type is determined by extension.
itemFileType :: Item a -> FileType Source #
Get the file type for the current file