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
/
App.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-30
Class: Removed unnecessary withMedia, improved haddocks.
John MacFarlane
1
-2
/
+3
2017-07-19
Templates: change signature of getDefaultTemplate.
John MacFarlane
1
-3
/
+4
2017-07-12
Print informative message when failing with use of `--normalize`.
John MacFarlane
1
-0
/
+2
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-1
/
+0
2017-06-30
Make `east_asian_line_breaks` affect all readers/writers.
John MacFarlane
1
-4
/
+13
2017-06-29
Added parameter for user data directory to runLuaFilter.
John MacFarlane
1
-1
/
+1
2017-06-24
Readers.getReader, Writers.getWriter API change.
John MacFarlane
1
-5
/
+9
2017-06-22
Added `--epub-subdirectory` option.
John MacFarlane
1
-0
/
+10
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-2
/
+2
2017-06-20
App: issue proper errors instead of using 'error'.
John MacFarlane
1
-2
/
+3
2017-06-20
Text.Pandoc.Lua: throw LuaException instead of using 'error'.
John MacFarlane
1
-3
/
+9
2017-06-19
Separated tracing from logging.
John MacFarlane
1
-2
/
+5
2017-06-19
Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.
John MacFarlane
1
-4
/
+6
2017-06-11
Properly decode source from stdin.
John MacFarlane
1
-2
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-11
/
+18
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
1
-3
/
+3
2017-06-10
App: change readSource(s) to use Text instead of String.
John MacFarlane
1
-10
/
+14
2017-06-02
hlint suggestions.
John MacFarlane
1
-0
/
+1
2017-06-01
Some hlint refactoring.
John MacFarlane
1
-19
/
+18
2017-06-01
Use isNothing.
John MacFarlane
1
-2
/
+2
2017-06-01
Trivial renaming.
John MacFarlane
1
-8
/
+8
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-2
/
+2
2017-05-22
Let `--eol` take `native` as an argument.
John MacFarlane
1
-12
/
+13
2017-05-21
Text.Pandoc.App: ToJSON and FromJSON instances for Opts.
John MacFarlane
1
-5
/
+22
2017-05-21
Finished implemtation of `--resource-path`.
John MacFarlane
1
-2
/
+2
2017-05-20
Added `--resource-path=SEARCHPATH` command line option.
John MacFarlane
1
-1
/
+12
2017-05-18
Add `--eol` flag and writer option to control line endings.
Stefan Dresselhaus
1
-5
/
+21
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-07
Rename fillMedia -> fillMediaBag.
John MacFarlane
1
-2
/
+2
2017-05-07
Moved fillMedia, extractMedia from App to Class.
John MacFarlane
1
-49
/
+3
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
1
-4
/
+13
2017-05-07
fillMediaBag: don't cause fatal error if resource not found.
John MacFarlane
1
-10
/
+19
2017-05-07
Allow `--extract-media` to work with non-binary input formats.
John MacFarlane
1
-4
/
+26
2017-05-07
Simplify plumbing for document transformation.
John MacFarlane
1
-25
/
+21
2017-04-15
Small fix to error reporting in App.
John MacFarlane
1
-4
/
+2
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
1
-4
/
+4
2017-04-15
App: use PandocOptionError instead of PandocAppError where appropriate.
John MacFarlane
1
-16
/
+16
2017-04-15
Error: Added PandocFilterError.
John MacFarlane
1
-8
/
+4
2017-04-15
Error: Added PandocPDFError
John MacFarlane
1
-1
/
+1
2017-04-15
Text.Pandoc.Error: added new constructors.
John MacFarlane
1
-9
/
+6
2017-04-15
Revised error message for pandoc -t pdf.
John MacFarlane
1
-4
/
+4
2017-04-04
Error: Added PandocOptionError.
John MacFarlane
1
-1
/
+1
2017-04-03
Removed unused import.
John MacFarlane
1
-1
/
+0
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
1
-41
/
+53
2017-04-01
Allow a theme file as argument to `--highlight-style`.
John MacFarlane
1
-2
/
+8
2017-04-01
Change MathJax CDN default since old one is shutting down.
John MacFarlane
1
-1
/
+1
2017-03-31
JATS writer: don't include jats.csl in metadata if csl already specified.
John MacFarlane
1
-1
/
+3
2017-03-30
Allow dynamic loading of syntax definitions.
John MacFarlane
1
-1
/
+28
2017-03-30
Don't read jats.csl unless we actually need it.
John MacFarlane
1
-5
/
+6
2017-03-30
Automatically include URI-encoded jats.csl for jats output.
John MacFarlane
1
-2
/
+8
[next]