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
2014-12-12
expose warnings from RST reader; refactor
Daniel Bergey
1
-13
/
+12
2014-10-30
TWiki Reader: add new new twiki reader
Alexander Sulfrian
1
-0
/
+3
2014-08-14
Make `raw_tex` extension non-default for textile reader, writer.
John MacFarlane
1
-2
/
+1
2014-08-08
Added `native_divs` and `native_spans` extensions.
John MacFarlane
1
-1
/
+11
2014-07-31
EPUB Reader: Integrated into program
Matthew Pickering
1
-0
/
+3
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-1
/
+2
2014-07-30
Moved MediaBag back from Shared to Options, to avoid module cycle.
John MacFarlane
1
-1
/
+1
2014-07-30
Moved MediaBag from Shared to Options.
John MacFarlane
1
-1
/
+1
2014-07-30
Pandoc.hs: change BSReader to output MediaBag as well as pandoc.
Jesse Rosenthal
1
-3
/
+3
2014-07-27
Txt2Tags Reader: Added recognition of macros
Matthew Pickering
1
-1
/
+2
2014-07-27
Txt2Tags Reader: Integrated into pandoc
Matthew Pickering
1
-0
/
+4
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
1
-1
/
+1
2014-06-29
Merge remote-tracking branch 'jgm/master' into dokuwiki
Clare Macrae
1
-106
/
+86
2014-06-18
Finished first draft of Haddock writer.
John MacFarlane
1
-0
/
+3
2014-06-16
Naming: Use Docx instead of DocX.
John MacFarlane
1
-3
/
+3
2014-06-16
Integrated the docx reader into the main pandoc program.
mpickering
1
-20
/
+36
2014-05-14
Org reader: support Pandocs citation extension
Albert Krewinkel
1
-1
/
+1
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-04-27
Fix #1267.
John MacFarlane
1
-19
/
+16
2014-03-04
Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master
John MacFarlane
1
-0
/
+3
2014-03-04
Add a simple Emacs Org-mode reader
Albert Krewinkel
1
-0
/
+3
2014-02-28
InDesign ICML Writer
mb21
1
-0
/
+3
2013-12-06
Text.Pandoc: Don't default to pandocExtensions for all writers.
John MacFarlane
1
-1
/
+4
2013-08-08
Pass writename as argument to filters.
John MacFarlane
1
-4
/
+1
2013-08-03
Text.Pandoc: Don't reexport ToJSONFilter.
John MacFarlane
1
-2
/
+2
2013-08-03
Text.Pandoc.JSON: Use To/FromJSON instances from pandoc-types.
John MacFarlane
1
-62
/
+12
2013-07-23
Text.Pandoc: Added readJSON, writeJSON to the API.
John MacFarlane
1
-9
/
+17
2013-07-14
Initial work to create dokuwiki writer (#386)
Clare Macrae
1
-0
/
+3
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-16
/
+16
2013-06-24
Use aeson for json.
John MacFarlane
1
-13
/
+24
2013-05-09
Removed obsolete comment.
John MacFarlane
1
-3
/
+0
2013-04-14
Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.
John MacFarlane
1
-2
/
+7
2013-03-28
Add reader for Haddock markup based on Haddock's own lexer/parser.
David Lazar
1
-0
/
+3
2013-03-23
Reveal.js improvements.
John MacFarlane
1
-1
/
+1
2013-03-21
Added basic support for reveal.js.
Jamie F. Olson
1
-0
/
+3
2013-03-19
Added Text.Pandoc.Writers.OPML.
John MacFarlane
1
-0
/
+3
2013-03-19
Added Text.Pandoc.Readers.OPML, exporting readOPML.
John MacFarlane
1
-0
/
+3
2013-02-11
Added markdown_github as input format.
John MacFarlane
1
-0
/
+1
2013-01-18
RTF writer: Added writeRTFWithEmbeddedImages.
John MacFarlane
1
-2
/
+1
2013-01-16
Options: Added multimarkdownExtensions.
John MacFarlane
1
-0
/
+3
2013-01-11
Options: Added githubMarkdownExtensions.
John MacFarlane
1
-0
/
+2
2013-01-10
Added markdown_phpextra as writer option.
John MacFarlane
1
-0
/
+1
2013-01-10
Options: Added phpMarkdownExtraExtensions.
John MacFarlane
1
-9
/
+11
2013-01-05
EPUB changes.
John MacFarlane
1
-4
/
+5
2013-01-04
Use readMarkdownWithWarnings in Text.Pandoc.
John MacFarlane
1
-3
/
+10
2013-01-03
Changed type of 'readers' in Text.Pandoc, so all readers are in IO.
John MacFarlane
1
-12
/
+12
2012-11-02
Preliminary changes for epub3 format.
John MacFarlane
1
-2
/
+4
2012-09-12
Added basic mediawiki reader.
John MacFarlane
1
-0
/
+3
2012-08-09
Changed strict to markdown_strict.
John MacFarlane
1
-3
/
+3
2012-08-09
Fixed handling of default extensions, so they don't override +options.
John MacFarlane
1
-8
/
+10
[next]