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
LaTeX reader: Proper include file processing.
John MacFarlane
2
-111
/
+35
2017-01-25
Removed readRSTWithWarnings (now useless).
John MacFarlane
2
-11
/
+2
2017-01-25
Parsing: Removed obsolete warnings stuff.
John MacFarlane
1
-21
/
+3
2017-01-25
TWiki reader: Remove old readTWikiWithWarnings'.
John MacFarlane
1
-18
/
+5
2017-01-25
Class: rename addWarning[WithPos] to warning[WithPos].
John MacFarlane
11
-42
/
+40
2017-01-25
Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.
John MacFarlane
11
-41
/
+42
2017-01-25
New withWarningsToStderr exported from Text.Pandoc.Class.
John MacFarlane
1
-1
/
+11
2017-01-25
Make sure texMathToInlines issues warning.
John MacFarlane
1
-1
/
+3
2017-01-25
Refactored math conversion in writers.
John MacFarlane
11
-416
/
+488
2017-01-25
Class: cleanup and clarification.
Jesse Rosenthal
1
-22
/
+6
2017-01-25
Remove OverlappingInstances pragma.
Jesse Rosenthal
1
-1
/
+0
2017-01-25
Try adding OverlappingInstances pragma to parsing.
Jesse Rosenthal
1
-0
/
+1
2017-01-25
Readers: pass errors straight up to PandocMonad.
Jesse Rosenthal
8
-13
/
+8
2017-01-25
Fix rebasing errors.
Jesse Rosenthal
2
-2
/
+2
2017-01-25
Remove redundant imports from OPML reader.
Jesse Rosenthal
1
-2
/
+0
2017-01-25
Remove reader from PandocPure.
Jesse Rosenthal
1
-50
/
+43
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
27
-64
/
+83
2017-01-25
Finish converting readers over.
Jesse Rosenthal
1
-0
/
+12
2017-01-25
Add Text2Tags to Text.Pandoc
Jesse Rosenthal
2
-7
/
+5
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
26
-1157
/
+1328
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
2
-5
/
+8
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
8
-10
/
+10
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
Export Text.Pandoc.Class from Text.Pandoc.
John MacFarlane
1
-0
/
+2
2017-01-25
Fixes to compile after rebase.
John MacFarlane
2
-3
/
+4
2017-01-25
Clean up Text.Pandoc
Jesse Rosenthal
1
-73
/
+53
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
9
-134
/
+179
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
[prev]
[next]