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-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
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
[prev]
[next]