- CLI option
languages
for custom languages.json
- Argument parsing from
cmdargs
todocopt
0.6.7 - 2015-06-02
- Support for pandoc greater than version 1.14
0.6.6 - 2014-09-24
- Dependencies to be up to date
0.6.5 - 2013-05-14
- Links to section IDs in parallel layout
- Exclusion of shebangs within files
0.6.4 - 2013-05-11
- Data directory searching with the cabal package
0.6.3 - 2013-05-09
- Title headers when left empty
0.6.2 - 2013-05-07
- Use of
Map
toHashMap
- Store language definitions in a separate JSON file
0.6.1 - 2013-05-06
- Multiple CSS inclusions in template files
- Explicit normalize.css file in linear template
0.6.0 - 2013-05-05
- cmdags for command line argument parsing
- Help flag in CLI
- Version flag in CLI
- Error message when no files are put into the CLI
- More than one template -- linear and parallel
- Headers, both h1 and h2, are on their own separate line
- Recursive directory to include subdirectory as well
0.5.0 - 2013-04-30
- Support for Literate Haskell
- Code highlight from pygments to highlighting-kate
0.4.0 - 2013-04-26
- Support for pandoc greater than version 1.10
- Support for unicode characters
- Functions using
ByteString
toText
0.3.0 - 2012-04-03
- Function name typo
ensurePar
toensurePair
- Functions using
String
toByteString
0.2.0 - 2011-10-26
- Language support for CoffeeScript
- Language support for JavaScript
- Language support for Python
- Language support for Ruby
- LICENSE file under the MIT license
- Recursive directory search
- Non-exhausive pattern compiler warning
- A case where some codes lines would be marked as comments
- Translation of functions from Docco to Haskell function
- Implementation of function from Markdown to HTML
- Haskell comment documentation generation
- Highlighting code blocks with pygments
- Parser to separate out prose from code