index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
Age
Commit message (
Expand
)
Author
2017-10-08
Small logic fix.
John MacFarlane
2017-10-08
Org reader: end footnotes after two blank lines
Albert Krewinkel
2017-10-06
Use mathjax 2.7.2 by default.
John MacFarlane
2017-10-06
Removed redundant import
John MacFarlane
2017-10-06
LaTeX reader: read polyglossia/babel \text($LANG){...}.
bucklereed
2017-10-05
KaTeX fixes:
John MacFarlane
2017-10-05
pandoc.lua: throw better error when pipe command fails
Albert Krewinkel
2017-10-05
Use hslua v0.9.0
Albert Krewinkel
2017-10-03
pandoc.lua: use wrapper funciton for pipe command
Albert Krewinkel
2017-10-03
Lua.PandocModule: promote addFunction to top level
Albert Krewinkel
2017-10-02
Markdown reader: Fixed bug with indented code following raw LaTeX.
John MacFarlane
2017-10-02
Org reader: support `\n` export option
Albert Krewinkel
2017-10-01
Lua: added 'pipe', which encapsulates Text.Pandoc.Process.pipeProcess.
John MacFarlane
2017-10-01
Lua: move sha1 from pandoc.mediabag to pandoc.
John MacFarlane
2017-09-30
Lua: use sha1 instead of hashname.
John MacFarlane
2017-09-30
Lua: make fetch return mime type first and then content.
John MacFarlane
2017-09-30
Lua: simply mediabag module.
John MacFarlane
2017-09-30
Lua: make lua.mediabag.fetch return filename and mime type.
John MacFarlane
2017-09-30
Lua filters: make sure whole CommonState is passed through...
John MacFarlane
2017-09-30
EPUB writer: simplified some functions.
John MacFarlane
2017-09-30
Removed unneeded import.
John MacFarlane
2017-09-30
Removed Verbosity and MediaBag params from makePDF.
John MacFarlane
2017-09-30
Text.Pandoc.Class - add getVerbosity.
John MacFarlane
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
2017-09-30
Run Lua filters before extracting media
Albert Krewinkel
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
2017-09-28
Support R filters #3940 (#3941)
Andrie de Vries
2017-09-28
Muse reader: parse anchors
Alexander Krotov
2017-09-27
RST writer: add header anchors when header has non-standard id.
John MacFarlane
2017-09-26
Lua filters: set global FORMAT instead of args.
John MacFarlane
2017-09-26
Lua: set "arg" instead of "PandocParameters".
John MacFarlane
2017-09-26
Muse reader: test metadata parsing
Alexander Krotov
2017-09-26
Fix a typo: s/collabarators/collaborators/
Alexander Krotov
2017-09-25
Org reader: update emphasis border chars
Albert Krewinkel
2017-09-24
Allow lua filters to return lists of elements
Albert Krewinkel
2017-09-20
Fixed bug in determining writer for xelatex engine.
John MacFarlane
2017-09-19
Fix and simply latex engine code in App.
John MacFarlane
2017-09-17
Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`.
John MacFarlane
2017-09-16
Markdown reader: added inlines, inlines1.
John MacFarlane
2017-09-15
Set PANDOC_READER_OPTIONS in environment where filters are run.
John MacFarlane
2017-09-15
Remove To/FromJSON instance for WriterOptions.
John MacFarlane
2017-09-14
FromJSON/ToJSON instances for Reader, WriterOptions.
John MacFarlane
2017-09-12
Textile reader: allow 'pre' code in list item.
John MacFarlane
2017-09-12
Add default pdf engine for beamer.
John MacFarlane
2017-09-12
Use defaultLatexEngine instead of `head latexEngines`.
John MacFarlane
2017-09-11
Support for PDF generation via `weasyprint` and `prince` (#3909)
Mauro Bieg
2017-09-11
Merge pull request #3911 from labdsf/muse-reader-braces
John MacFarlane
2017-09-11
Muse reader: allow inline markup to be followed by punctuation
Alexander Krotov
2017-09-11
Muse reader: parse {{{ }}} example syntax
Alexander Krotov
2017-09-11
Muse reader: parse verbatim tag
Alexander Krotov
[next]