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
2018-01-13
Move filter functions to separate module
Albert Krewinkel
1
-95
/
+5
2018-01-12
Lua filters: make PANDOC_READER_OPTIONS available
Albert Krewinkel
1
-2
/
+2
2018-01-07
Use latest skylighting and omit the 'missingincludes' check.
John MacFarlane
1
-11
/
+1
2018-01-06
Don't use `missingIncludes` unless custom syntax defs have been given.
John MacFarlane
1
-1
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-3
/
+3
2017-12-28
Filter changes.
John MacFarlane
1
-34
/
+46
2017-12-28
Changed format of --list-extensions.
John MacFarlane
1
-4
/
+3
2017-12-27
Allow `--list-extensions` to take an optional FORMAT argument.
John MacFarlane
1
-4
/
+6
2017-12-27
Allow lenient decoding of *latex error logs.
John MacFarlane
1
-1
/
+6
2017-12-23
Fixed bug: when target is PDF, writer extensions were being ignored.
John MacFarlane
1
-3
/
+3
2017-12-21
Add pptx to isTextFormat list
Jesse Rosenthal
1
-1
/
+1
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
1
-2
/
+2
2017-12-11
`--pdf-engine-opt`: fix bug where option order was reversed.
John MacFarlane
1
-1
/
+1
2017-12-11
Integrate Powerpoint writer into pandoc.
Jesse Rosenthal
1
-0
/
+1
2017-12-10
Changes for skylighting-0.5.
John MacFarlane
1
-1
/
+2
2017-12-04
Add `empty_paragraphs` extension.
John MacFarlane
1
-8
/
+11
2017-12-02
Add --strip-empty-paragraphs option.
John MacFarlane
1
-5
/
+15
2017-11-28
Added --print-highlight-style option.
John MacFarlane
1
-1
/
+26
2017-11-27
Fix --help output for --highlight-style to include FILE (#4098)
Mauro Bieg
1
-1
/
+1
2017-11-26
Clearer deprecation warning for --latexmathml, --asciimathml, -m.
John MacFarlane
1
-1
/
+1
2017-11-21
Add comment explaining why TH is used in Text.Pandoc.App.
John MacFarlane
1
-0
/
+2
2017-11-21
Change JSON instances for Opt to TemplateHaskell (#4083)
Jasper Van der Jeugt
1
-10
/
+6
2017-11-21
Recognize ".muse" file extension
Alexander Krotov
1
-0
/
+2
2017-11-08
Fix regression with --metadata.
John MacFarlane
1
-4
/
+10
2017-11-07
Deprecated ancient HTML math methods.
John MacFarlane
1
-24
/
+38
2017-10-30
EPUB writer fixes:
John MacFarlane
1
-1
/
+1
2017-10-29
Fixed warnings.
John MacFarlane
1
-5
/
+0
2017-10-29
Use uncurry.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-9
/
+8
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-17
/
+17
2017-10-26
makePDF: add argument for pdf options, remove writerPdfArgs.
John MacFarlane
1
-3
/
+4
2017-10-24
Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)
John MacFarlane
1
-0
/
+2
2017-10-15
App: added --request-header option.
John MacFarlane
1
-8
/
+17
2017-10-15
Handle unknown options in form `--latex-engine=foo`.
John MacFarlane
1
-1
/
+2
2017-10-06
Removed redundant import
John MacFarlane
1
-1
/
+0
2017-10-05
KaTeX fixes:
John MacFarlane
1
-22
/
+4
2017-09-30
Removed Verbosity and MediaBag params from makePDF.
John MacFarlane
1
-3
/
+2
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
[next]