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-09-15
introduce --metadata-file option
mb21
1
-0
/
+17
2018-08-03
Better error message on `-t pdf -o out.pdf` (#4815)
Mauro Bieg
1
-5
/
+9
2018-07-18
Fix regression finding templates in user data directory.
John MacFarlane
1
-3
/
+1
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-5
/
+6
2018-06-29
Use decodeEither' not decodeEither (deprecated).
John MacFarlane
1
-2
/
+2
2018-06-28
Avoid using deprecated 'decode' from yaml.
John MacFarlane
1
-5
/
+5
2018-06-12
Allow --template to take a URL argument.
John MacFarlane
1
-1
/
+1
2018-06-03
Regression: make --pdf-engine work with full paths (#4682)
Mauro Bieg
1
-2
/
+2
2018-05-09
Restored and undeprecated gladtex for HTML math.
John MacFarlane
1
-0
/
+6
2018-05-08
Use uriPathToPath with file: URIs.
John MacFarlane
1
-2
/
+2
2018-04-30
Don't lowercase custom writer filename
Alexander Krotov
1
-5
/
+3
2018-04-26
Add FB2 reader (#4539)
Alexander
1
-0
/
+1
2018-04-26
Make `--ascii` work for all XML formats (ICML, OPML, JATS,...).
John MacFarlane
1
-2
/
+3
2018-04-26
Make `--ascii` work with `ms` and `man` output.
John MacFarlane
1
-8
/
+16
2018-04-25
Removed deprecated ancient HTML math methods.
John MacFarlane
1
-40
/
+0
2018-04-14
Added a needed import in Text.Pandoc.App.
John MacFarlane
1
-0
/
+1
2018-04-12
Fix bash completion for `--print-default-data-file`.
John MacFarlane
1
-2
/
+16
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-1
/
+0
2018-03-09
Raise error if someone tries to print docx, odt, etc. template.
John MacFarlane
1
-0
/
+3
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
[next]