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-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-17
/
+8
2017-09-30
Run Lua filters before extracting media
Albert Krewinkel
1
-2
/
+2
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
1
-7
/
+6
2017-09-28
Support R filters #3940 (#3941)
Andrie de Vries
1
-0
/
+1
2017-09-26
Lua filters: set global FORMAT instead of args.
John MacFarlane
1
-4
/
+4
2017-09-20
Fixed bug in determining writer for xelatex engine.
John MacFarlane
1
-1
/
+1
2017-09-19
Fix and simply latex engine code in App.
John MacFarlane
1
-47
/
+44
2017-09-17
Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.
John MacFarlane
1
-0
/
+8
2017-09-15
Set PANDOC_READER_OPTIONS in environment where filters are run.
John MacFarlane
1
-7
/
+16
2017-09-12
Add default pdf engine for beamer.
John MacFarlane
1
-0
/
+1
2017-09-12
Use defaultLatexEngine instead of `head latexEngines`.
John MacFarlane
1
-3
/
+9
2017-09-11
Support for PDF generation via `weasyprint` and `prince` (#3909)
Mauro Bieg
1
-41
/
+77
2017-08-16
Revision to binary format output to stdout:
John MacFarlane
1
-3
/
+14
2017-08-16
Change behavior with binary format output to stdout.
John MacFarlane
1
-19
/
+12
2017-08-15
Remove initial check for pdf creating program.
John MacFarlane
1
-4
/
+0
2017-08-12
Set user data dir at beginning, so readDataFile has access to it.
John MacFarlane
1
-1
/
+2
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-166
/
+175
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
1
-1
/
+0
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
1
-4
/
+9
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
1
-3
/
+3
2017-08-08
Removed redundant import.
John MacFarlane
1
-1
/
+0
2017-08-07
Issue deprecation warning for `markdown_github`.
John MacFarlane
1
-1
/
+5
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
[prev]
[next]