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
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-4
/
+0
2017-06-20
Updated code example.
John MacFarlane
1
-4
/
+10
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-26
API change: move writer functions to Text.Pandoc.Writers
Albert Krewinkel
1
-154
/
+2
2017-04-26
API change: move reader functions to Text.Pandoc.Readers
Albert Krewinkel
1
-92
/
+4
2017-04-26
API change: move extension handling to Text.Pandoc.Extensions
Albert Krewinkel
1
-60
/
+1
2017-03-30
Added JATS writer.
John MacFarlane
1
-0
/
+3
2017-03-23
Initial addition of groff ms writer.
John MacFarlane
1
-0
/
+3
2017-03-10
Add Muse writer (#3489)
Alexander Krotov
1
-0
/
+3
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-43
/
+45
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
1
-0
/
+3
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
1
-0
/
+1
2017-02-04
Expose setVerbosity in Text.Pandoc
John MacFarlane
1
-0
/
+1
2017-01-30
Make epub an alias for epub3, not epub2.
John MacFarlane
1
-1
/
+1
2017-01-28
Removed some old commented-out code.
John MacFarlane
1
-25
/
+0
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
1
-2
/
+2
2017-01-27
HTML: export separate functions for slide formats.
John MacFarlane
1
-11
/
+10
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
1
-4
/
+5
2017-01-26
EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.
John MacFarlane
1
-5
/
+7
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
1
-13
/
+14
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
1
-2
/
+4
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-1
/
+8
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
1
-17
/
+19
2017-01-25
Text.Pandoc: limit exports from Text.Pandoc.Class.
John MacFarlane
1
-2
/
+5
2017-01-25
Added ReaderOptions parameter to readNative.
John MacFarlane
1
-1
/
+1
2017-01-25
Finished previous commit; removed export of toJsonFilter.
John MacFarlane
1
-2
/
+0
2017-01-25
Removed deprecated toJsonFilter.
John MacFarlane
1
-6
/
+0
2017-01-25
Error: change type of handleError.
John MacFarlane
1
-4
/
+3
2017-01-25
Removed readRSTWithWarnings (now useless).
John MacFarlane
1
-1
/
+1
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
1
-2
/
+1
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-2
/
+2
2017-01-25
Add Text2Tags to Text.Pandoc
Jesse Rosenthal
1
-4
/
+2
2017-01-25
Working on readers.
Jesse Rosenthal
1
-46
/
+49
2017-01-25
Changed readNative to use PandocMonad.
John MacFarlane
1
-2
/
+2
2017-01-25
Text.Pandoc: Change Reader to Reader m.
John MacFarlane
1
-9
/
+11
2017-01-25
Removed some commented-out source.
John MacFarlane
1
-70
/
+0
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
1
-1
/
+1
2017-01-25
Export Text.Pandoc.Class from Text.Pandoc.
John MacFarlane
1
-0
/
+2
2017-01-25
Clean up Text.Pandoc
Jesse Rosenthal
1
-73
/
+53
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-68
/
+148
2017-01-25
Pandoc.hs: Run `runIOorExplode` on IO functions.
Jesse Rosenthal
1
-9
/
+17
2016-11-18
Export Text.Pandoc.getDefaultExtensions.
John MacFarlane
1
-0
/
+1
2016-10-24
Export Text.Pandoc.Error in Text.Pandoc.
John MacFarlane
1
-1
/
+2
2016-10-23
fix example in documentation (#3176)
Thomas Weißschuh
1
-2
/
+2
2016-06-30
Added Zim Wiki writer, template and tests.
Alex Ivkin
1
-0
/
+3
2016-06-23
Process markdown extensions on command line in L->R order.
John MacFarlane
1
-1
/
+1
2016-04-29
Write out Docbook 5 namespace
Ivo Clarysse
1
-1
/
+1
2016-04-29
Add docbook5 writer support
Ivo Clarysse
1
-0
/
+2
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-03-12
Add a general ByteStringReader with warnings.
Jesse Rosenthal
1
-1
/
+9
[next]