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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
24
-258
/
+375
2017-01-25
Add runPure function.
Jesse Rosenthal
1
-3
/
+29
2017-01-25
Make PandocExecutionError an exception
Jesse Rosenthal
1
-6
/
+3
2017-01-25
Pandoc.hs: Run `runIOorExplode` on IO functions.
Jesse Rosenthal
1
-9
/
+17
2017-01-25
Make opaque typeclasses PandocPure and PandocIO
Jesse Rosenthal
1
-33
/
+75
2017-01-25
Class: Specify Functor and Applicative
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Remove Text.Pandoc.Free
Jesse Rosenthal
1
-269
/
+0
2017-01-25
Convert writers to use PandocMonad typeclass.
Jesse Rosenthal
6
-142
/
+122
2017-01-25
Introduce PandocMonad typeclass.
Jesse Rosenthal
1
-0
/
+202
2017-01-25
Remove GetPOSIXTime from Free monad.
Jesse Rosenthal
1
-7
/
+2
2017-01-25
Free: Remove readFileUTF8.
Jesse Rosenthal
2
-13
/
+1
2017-01-25
Remove readFileStrict.
Jesse Rosenthal
2
-13
/
+2
2017-01-25
Remove IO UUID functions.
Jesse Rosenthal
2
-17
/
+2
2017-01-25
Write Pure uuid function taking stdgen.
Jesse Rosenthal
1
-11
/
+12
2017-01-25
ODT Writer: fix compiler complaint.
Jesse Rosenthal
1
-1
/
+0
2017-01-25
Free: Add Typeable instance to PandocActionError
Jesse Rosenthal
1
-2
/
+3
2017-01-25
Finish pure writer of FB2.
Jesse Rosenthal
1
-10
/
+17
2017-01-25
FB2 writer: Rewrite image-fetching to use fetchItem.
Jesse Rosenthal
1
-43
/
+11
2017-01-25
Continue refactoring FB2 writer.
Jesse Rosenthal
1
-8
/
+14
2017-01-25
FB2 writer: bring functions to toplevel.
Jesse Rosenthal
1
-47
/
+53
2017-01-25
Make pure rtf writer using free.
Jesse Rosenthal
1
-4
/
+13
2017-01-25
Fix up compiler warnings.
Jesse Rosenthal
1
-1
/
+3
2017-01-25
Implement runTest functions.
Jesse Rosenthal
6
-84
/
+176
2017-01-25
Remove IORef from EPUB writer.
Jesse Rosenthal
1
-51
/
+62
2017-01-25
Remove IORef from ODT writer.
Jesse Rosenthal
1
-24
/
+38
2017-01-25
Introduce pure versions of IO Writers.
Jesse Rosenthal
4
-90
/
+124
2017-01-25
New Free module, with pure versions of IO funcs
Jesse Rosenthal
1
-0
/
+209
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
22
-11
/
+48
2017-01-25
Added page breaks into Pandoc.
Hubert Plociniczak
3
-13
/
+61
2017-01-25
Update list of listings languages in Highlighting.
John MacFarlane
1
-54
/
+103
2017-01-24
OpenDocument writer: small refactoring.
John MacFarlane
1
-8
/
+11
2017-01-23
OpenDocument writer: don't profilerate text styles unnecessarily.
John MacFarlane
1
-25
/
+62
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
2
-8
/
+17
2017-01-19
MediaWiki reader: improved handling of display math.
John MacFarlane
1
-2
/
+3
2017-01-08
Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.
John MacFarlane
1
-0
/
+1
2017-01-06
Remove pipe char irking the haddock coverage tool
Albert Krewinkel
1
-1
/
+1
2017-01-06
Org reader: accept org-ref citations followed by commas
Albert Krewinkel
1
-15
/
+16
2017-01-05
Org reader: ensure emphasis markup can be nested
Albert Krewinkel
1
-0
/
+3
2017-01-05
MediaWiki reader: Fix quotation mark parsing (#3336)
tgkokk
1
-6
/
+3
2016-12-30
DocBook5 writer: make id attribute xml:id, fixes #3329 (#3330)
Mauro Bieg
1
-1
/
+4
2016-12-24
HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)
Mauro Bieg
1
-3
/
+8
2016-12-24
markdown reader: disallow space between inline code and attributes (#3326)
Mauro Bieg
1
-2
/
+2
2016-12-23
Updates to use skylighting rather than highlighting-kate.
John MacFarlane
3
-18
/
+28
2016-12-21
Org writer: prefix footnote numbers with `fn:`
Albert Krewinkel
1
-2
/
+2
2016-12-16
LaTeX writer: allow tables with empty cells to count as "plain."
John MacFarlane
1
-0
/
+1
2016-12-13
Docx reader: Empty header should be list of lists.
Jesse Rosenthal
1
-9
/
+11
2016-12-11
Fix display math with --webtex in markdown output.
John MacFarlane
1
-9
/
+13
2016-12-08
Docx reader: Ensure one-row tables don't have header.
Jesse Rosenthal
1
-1
/
+2
2016-12-08
Removed debug trace from HTML reader.
John MacFarlane
1
-2
/
+1
2016-12-07
HTML reader: Understand `style=width:` as well as `width` in `col`.
John MacFarlane
1
-2
/
+7
[prev]
[next]