index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-31
Use protocol-relative URL for mathjax.
John MacFarlane
1
-1
/
+1
2014-08-30
Removed extra blank line after version.
John MacFarlane
1
-1
/
+1
2014-08-17
Removed check for PATH variable in running filters.
John MacFarlane
1
-6
/
+9
2014-08-06
pandoc: Don't strip path off of sourceURL.
John MacFarlane
1
-2
/
+1
2014-08-04
Merge pull request #1486 from Aelve/minor
John MacFarlane
1
-37
/
+52
2014-08-04
Slightly fix readability of main program file.
Artyom Kazak
1
-37
/
+52
2014-08-04
Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...
John MacFarlane
1
-0
/
+1
2014-08-02
Text.Pandoc.SelfContained changes.
John MacFarlane
1
-3
/
+2
2014-07-31
pandoc.hs: More code reorganization.
John MacFarlane
1
-72
/
+80
2014-07-31
EPUB Reader: Integrated into program
Matthew Pickering
1
-0
/
+1
2014-07-31
pandoc.hs: Rewrote some of the logic for clarity.
John MacFarlane
1
-25
/
+31
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-3
/
+4
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
1
-16
/
+10
2014-07-30
getT2TMeta: Take list of source files instead of single.
John MacFarlane
1
-3
/
+1
2014-07-30
Allow --self-contained to get content from MediaBag.
John MacFarlane
1
-1
/
+3
2014-07-30
PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.
John MacFarlane
1
-8
/
+10
2014-07-30
pandoc: Thread media bag into WriterOptions.
John MacFarlane
1
-12
/
+14
2014-07-30
Added --extract-media option.
John MacFarlane
1
-16
/
+47
2014-07-30
Make toplevel pandoc bin make use of mediabag.
Jesse Rosenthal
1
-1
/
+2
2014-07-27
Txt2Tags Reader: Added recognition of macros
Matthew Pickering
1
-6
/
+14
2014-07-27
Txt2Tags Reader: Integrated into pandoc
Matthew Pickering
1
-1
/
+2
2014-07-01
Merge branch 'master' of git://github.com/jgm/pandoc into dokuwiki
Clare Macrae
1
-2
/
+6
2014-06-30
Filters: respect shebang if filter is executable.
John MacFarlane
1
-2
/
+6
2014-06-29
Merge remote-tracking branch 'jgm/master' into dokuwiki
Clare Macrae
1
-124
/
+231
2014-06-27
Fixed `--filter` so it doesn't search PATH for a filter with a path.
John MacFarlane
1
-1
/
+3
2014-06-25
Add track changes option to command line.
Jesse Rosenthal
1
-0
/
+17
2014-06-21
Fixed compiler warnings.
John MacFarlane
1
-2
/
+0
2014-06-20
Filters: don't print misleading error message.
John MacFarlane
1
-4
/
+1
2014-06-16
Integrated the docx reader into the main pandoc program.
mpickering
1
-3
/
+10
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-3
/
+3
2014-04-27
Allow html4 as synonym of html as reader.
John MacFarlane
1
-6
/
+7
2014-04-27
Fix #1267.
John MacFarlane
1
-10
/
+13
2014-04-27
A bit of refactoring that shouldn't change any semantics.
John MacFarlane
1
-10
/
+9
2014-04-05
Give more useful error message if '-t pdf' is specified.
John MacFarlane
1
-16
/
+24
2014-04-05
Make it possible to run filters that aren't executable.
John MacFarlane
1
-2
/
+18
2014-03-19
PDF: Changes to error reporting, to handle non-UTF8 error output.
John MacFarlane
1
-1
/
+4
2014-03-04
Add a simple Emacs Org-mode reader
Albert Krewinkel
1
-0
/
+1
2014-02-25
Added readerTrace to ReaderOptions, --trace command line opt.
John MacFarlane
1
-0
/
+9
2014-01-03
The `--bibliography` option now sets the `biblio-files` variable.
John MacFarlane
1
-0
/
+3
2014-01-02
Merge pull request #1005 from nougad/consistent_bibliography
John MacFarlane
1
-1
/
+3
2013-12-19
HLint: redundant parens
Henry de Valence
1
-4
/
+2
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
1
-1
/
+1
2013-12-05
Allow https: to work in pandoc command line arguments.
John MacFarlane
1
-5
/
+8
2013-11-30
Allow "epub2" as synonym for "epub", "html4" for "html".
John MacFarlane
1
-1
/
+4
2013-10-21
Don't look for slidy files in data files w/ --self-contained.
John MacFarlane
1
-2
/
+0
2013-09-30
Fixed stupid copy&paste error
Florian Eitel
1
-1
/
+0
2013-09-30
Don't add pandoc-citeproc filter if natbib or biblatex is used
Florian Eitel
1
-1
/
+4
2013-09-19
Handle Boolean values in `--metadata`.
John MacFarlane
1
-4
/
+13
2013-09-17
More informative error when a filter is not found in path.
John MacFarlane
1
-2
/
+7
2013-09-17
Allow `--metadata` to be repeated for the same key to form a list.
John MacFarlane
1
-14
/
+26
[prev]
[next]