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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
Make Txt2Tags test pass.
Jesse Rosenthal
1
-0
/
+1
2017-01-25
Have a common state for all PandocMonad instances.
Jesse Rosenthal
1
-81
/
+63
2017-01-25
Unify Errors.
Jesse Rosenthal
26
-62
/
+81
2017-01-25
Finish converting readers over.
Jesse Rosenthal
1
-0
/
+12
2017-01-25
Add Text2Tags to Text.Pandoc
Jesse Rosenthal
1
-3
/
+3
2017-01-25
Add input and output filepaths to PandocMonad.
Jesse Rosenthal
1
-12
/
+48
2017-01-25
Add Zoned time to class.
Jesse Rosenthal
1
-1
/
+15
2017-01-25
Class: Add getModificationTime
Jesse Rosenthal
1
-9
/
+37
2017-01-25
Working on readers.
Jesse Rosenthal
25
-1111
/
+1279
2017-01-25
Add IncoherentInstances pragma for HasQuotedContext.
Jesse Rosenthal
1
-1
/
+3
2017-01-25
Class: add setMediaBag function.
Jesse Rosenthal
1
-0
/
+6
2017-01-25
Add ParseError to PandocExecutionError.
Jesse Rosenthal
1
-1
/
+3
2017-01-25
List derived instances vertically one-per-line for readability.
Jesse Rosenthal
1
-2
/
+14
2017-01-25
Change Test{State,Env} to Pure{State,Env}
Jesse Rosenthal
1
-10
/
+10
2017-01-25
Class: Add MediaBag to MonadState.
Jesse Rosenthal
1
-6
/
+18
2017-01-25
Class: Add stateful IO warnings, and function to get warndings.
Jesse Rosenthal
1
-3
/
+9
2017-01-25
Changed readNative to use PandocMonad.
John MacFarlane
1
-3
/
+6
2017-01-25
Deleted whitespace at end of source lines.
John MacFarlane
7
-9
/
+9
2017-01-25
Fixed regression in OPML writer.
John MacFarlane
1
-1
/
+1
2017-01-25
Texinfo writer: restore former behavior for headers level > 4.
John MacFarlane
1
-19
/
+21
2017-01-25
Fixes to compile after rebase.
John MacFarlane
2
-3
/
+4
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
9
-134
/
+179
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
23
-190
/
+227
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
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
[prev]
[next]