aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Download markdown version of the license from GNU and rename to `COPYING.md`Kolen Cheung7-351/+366
2016-10-09remove temporary checklistKolenCheung1-9/+0
2016-10-09update manual accordinglyKolenCheung3-8/+9
2016-10-09removed mmd raw_tex in src/Text/Pandoc/Options.hsKolenCheung2-9/+11
2016-10-09add a temp file to keep track of all files involving markdown_mmd and multima...KolenCheung1-0/+8
2016-10-06Added a small clarification on --webtex with Markdown output.John MacFarlane1-1/+2
2016-10-06fix typoKolenCheung1-1/+1
2016-10-06Replace Google Chart API by CodeCogsKolenCheung3-9/+9
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-04Merge pull request #3141 from ickc/masterJohn MacFarlane1-2/+2
2016-10-03Update KaTeX to v0.6.0KolenCheung1-2/+2
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5
2016-10-03Test for "dir" metadata.Jesse Rosenthal1-2/+7
2016-10-03Add setRTL and setLTR functions.Jesse Rosenthal1-8/+41
2016-10-03Move more enviroment vars to Reader Monad.Jesse Rosenthal1-62/+52
2016-10-03Add ReaderT env to the docx writer:Jesse Rosenthal1-8/+17
2016-10-02MediaWiki writer: transform filename with underscores in images.John MacFarlane1-1/+1
2016-10-02EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane1-6/+4
2016-10-02AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane2-11/+21
2016-10-02Revert overhasty bounds change for pandoc-types.John MacFarlane1-3/+3
2016-10-02Use doctemplates 0.1.0.2.John MacFarlane7-12/+13
2016-10-02Removed unneeded stack.hsb2hs.yaml.John MacFarlane2-5/+1
2016-10-02Use doctemplates 0.1.0.1.John MacFarlane6-6/+6
2016-10-02Added doctemplates to stack.lts6.yaml.John MacFarlane1-0/+1
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane7-259/+14
2016-10-01Removed cabal 1.16 cruft from .travis.yml.John MacFarlane1-5/+3
2016-09-30Merge pull request #3136 from nichtich/patch-1John MacFarlane1-0/+1
2016-09-30Execute .js filters with nodeJakob Voß1-0/+1
2016-09-28Update changelog.John MacFarlane1-0/+8
2016-09-28Markdown reader: added bracket syntax for native spans.John MacFarlane5-1/+26
2016-09-28Updated test suite.John MacFarlane4-0/+24
2016-09-28Updated changelogJohn MacFarlane1-0/+2
2016-09-28LaTeX template: use footnote package to fix notes in tables.John MacFarlane1-7/+9
2016-09-28revealjs template: Added `notes-server` option (Yoan Blanc).John MacFarlane2-5/+11
2016-09-28Updated changelog.John MacFarlane1-3/+17
2016-09-28LaTeX template: set default figure placement.John MacFarlane1-5/+5
2016-09-28Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane2-2/+2
2016-09-28Whitespace fixes.John MacFarlane1-3/+3
2016-09-27Update MANUAL.txt for new filter behavior.Jesse Rosenthal1-6/+17
2016-09-27Check `$DATADIR/filters` for filtersJesse Rosenthal1-5/+20
2016-09-26Updated man page and MANUAL date.John MacFarlane2-11/+91
2016-09-25USe latest pandoc-citeproc in binary package stack.yaml.John MacFarlane3-3/+3
2016-09-25Use p tags for subtitle, author, date in epub, revealjs, slidy templates.John MacFarlane2-8/+9
2016-09-25HTML template: use p instead of h1 for subtitle, author, date.John MacFarlane1-7/+7