index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-19
/
+0
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-7
/
+0
2012-07-25
Changed reader parameters from ParserState to ReaderOptions.
John MacFarlane
1
-27
/
+8
2012-07-25
Moved stateLiterateHaskell to readerLiterateHaskell in Options.
John MacFarlane
1
-3
/
+9
2012-07-25
Put smart, strict in separate options field in state.
John MacFarlane
1
-0
/
+3
2012-07-24
Text.Pandoc: writers now an assoc list of String, Writer.
John MacFarlane
1
-54
/
+57
2012-07-23
Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs.
John MacFarlane
1
-1
/
+2
2012-07-23
Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.
John MacFarlane
1
-4
/
+9
2012-07-22
Added a new FictionBook2 (FB2) writer.
Sergey Astanin
1
-8
/
+17
2012-07-19
Provide Data.Default instances for ParserState and WriterOptions.
John MacFarlane
1
-0
/
+3
2012-05-24
Add support for Slideous output.
Jonas Smedegaard
1
-0
/
+1
2012-05-12
Export readDocBook in Text.Pandoc.
John MacFarlane
1
-0
/
+1
2012-04-14
Added skeleton of basic docbook reader.
John MacFarlane
1
-0
/
+2
2012-03-09
Added beamer+lhs as output format.
John MacFarlane
1
-0
/
+2
2012-01-28
Made `beamer` an output format, removed `pdf` as output format.
John MacFarlane
1
-0
/
+2
2012-01-24
Doc fixes in Text.Pandoc.
John MacFarlane
1
-10
/
+9
2012-01-24
Text.Pandoc: Added ToFilter instance for a -> [a] types.
John MacFarlane
1
-0
/
+10
2012-01-24
Added ToJsonFilter class, deprecated old jsonFilter function.
John MacFarlane
1
-0
/
+37
2012-01-21
Removed `beamer` output format; added `--beamer` option.
John MacFarlane
1
-2
/
+0
2012-01-19
Added Docx writer.
John MacFarlane
1
-1
/
+3
2011-12-29
Made `html5` and `html5+lhs` output formats.
John MacFarlane
1
-0
/
+5
2011-12-29
Added 'beamer' as an output format.
John MacFarlane
1
-0
/
+2
2011-11-18
Renamed to AsciiDoc. Fixed display math and escapes.
John MacFarlane
1
-3
/
+3
2011-11-16
Added an asciidoc writer (partial).
John MacFarlane
1
-0
/
+3
2011-10-01
Added dzslides output option.
John MacFarlane
1
-0
/
+1
2011-01-28
RTF writer: Embed images when possible.
John MacFarlane
1
-0
/
+2
2011-01-22
Text.Pandoc: Added jsonFilter for easy construction of scripts.
John MacFarlane
1
-0
/
+7
2011-01-20
Export readNative in Text.Pandoc.Shared.
John MacFarlane
1
-0
/
+1
2011-01-19
Added Text.Pandoc.Readers.Native (readNative).
John MacFarlane
1
-1
/
+2
2011-01-14
Fixed the parser for rst+lhs - set stateLiterateHaskell.
John MacFarlane
1
-1
/
+2
2011-01-11
Text.Pandoc: Improved readers, writers lists for lhs variants.
John MacFarlane
1
-6
/
+12
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-0
/
+3
2010-12-13
Added support to write natbib or biblatex citations in latex output.
Nathan Gass
1
-0
/
+1
2010-12-11
Added JSON reader and writer.
John MacFarlane
1
-0
/
+3
2010-12-10
Moved 'readers' and 'writers' to Text.Pandoc.
John MacFarlane
1
-0
/
+42
2010-12-04
Added Org-mode writer
Puneeth Chaganti
1
-0
/
+2
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+2
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+2
2010-07-22
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
John MacFarlane
1
-1
/
+0
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
1
-2
/
+0
2010-07-22
Export HTMLSlideVariant in Text.Pandoc.
John MacFarlane
1
-0
/
+1
2010-07-05
Moved Pandoc prettyprinting code from Shared to new Native writer.
John MacFarlane
1
-1
/
+2
2010-07-05
Moved parsing functions from Text.Pandoc.Shared to new module.
John MacFarlane
1
-0
/
+1
2010-07-05
Added an EPUB writer.
John MacFarlane
1
-0
/
+2
2010-07-05
Made a proper ODT writer.
John MacFarlane
1
-0
/
+2
2010-05-17
Added Textile writer module.
John MacFarlane
1
-0
/
+2
2010-03-23
Updated copyright notices.
John MacFarlane
1
-2
/
+2
2010-03-18
Added plain writer.
fiddlosopher
1
-0
/
+1
2009-12-31
Use System.IO.UTF8 only if ghc < 6.12.
fiddlosopher
1
-2
/
+4
2009-12-31
Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.
fiddlosopher
1
-3
/
+3
[prev]
[next]