aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-12Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane
2017-12-12Pipe tables: use full text width for tables with wrapping cells.John MacFarlane
2017-12-11`--pdf-engine-opt`: fix bug where option order was reversed.John MacFarlane
2017-12-11Fix comment that confused compiler.Jesse Rosenthal
2017-12-11Remove redundant imports from Docx writer.Jesse Rosenthal
2017-12-11Integrate Powerpoint writer into pandoc.Jesse Rosenthal
2017-12-11Add Powerpoint writer.Jesse Rosenthal
2017-12-11Add necessary powerpoint functions to Class.Jesse Rosenthal
2017-12-11Create shared OOXML writer file.Jesse Rosenthal
2017-12-10Changes for skylighting-0.5.John MacFarlane
2017-12-10Lua filters: fix package loading for Lua 5.1Albert Krewinkel
2017-12-09Man writer: omit internal links.John MacFarlane
2017-12-08LaTeX reader: fix \ before newline.John MacFarlane
2017-12-06Markdown reader: accept processing instructions as raw HTML.John MacFarlane
2017-12-06Lua filters: use script to initialize the interpreterAlbert Krewinkel
2017-12-02Lua filters: refactor lua module handlingAlbert Krewinkel
2017-12-06hlint Muse reader and testsAlexander Krotov
2017-12-06Muse reader: don't allow emphasis to be preceded by letterAlexander Krotov
2017-12-05Muse reader: support multiline directives in Amusewiki modeAlexander Krotov
2017-12-04Markdown reader: Don't parse native div as table caption.John MacFarlane
2017-12-04Add `empty_paragraphs` extension.John MacFarlane
2017-12-04Muse reader: add underline support in Emacs Muse modeAlexander Krotov
2017-12-03Removed unnecessary import.John MacFarlane
2017-12-03commonmark/gfm writer: use raw html for native divs/spans.John MacFarlane
2017-12-03HTML writer: export tagWithAttributes.John MacFarlane
2017-12-03commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.John MacFarlane
2017-12-02Docx writer: allow empty paragraphs.John MacFarlane
2017-12-02Docx reader: don't strip out empty paragraphs.John MacFarlane
2017-12-02Shared.blocksToInlines: rewrote using builder.John MacFarlane
2017-12-02Add --strip-empty-paragraphs option.John MacFarlane
2017-12-02LaTeX writer: escape `_` in code with --listings.John MacFarlane
2017-12-01LaTeX writer: allow specifying just width or height for image size.John MacFarlane
2017-12-01LaTeX writer: escape ~ in code with --listings.John MacFarlane
2017-12-01Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane
2017-12-01Lua/StackInstances: push Pandoc and Meta via constructorAlbert Krewinkel
2017-12-01List.lua: add missing fixes as discussed in #4099Albert Krewinkel
2017-11-30LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane
2017-11-29Support beamer `\alert` in LaTeX reader. Closes #4091.John MacFarlane
2017-11-29Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.John MacFarlane
2017-11-29Muse reader: correctly remove indentation from notesAlexander Krotov
2017-11-28Add basic lua List module (#4099)Albert Krewinkel
2017-11-28Added --print-highlight-style option.John MacFarlane
2017-11-28Support `--webtex` for `gfm` output.John MacFarlane
2017-11-28make normalizeDate more forgiving (#4101)Mauro Bieg
2017-11-27Fix --help output for --highlight-style to include FILE (#4098)Mauro Bieg
2017-11-27Muse reader: parse "~~" as non-breaking space in Emacs modeAlexander Krotov
2017-11-26Clearer deprecation warning for --latexmathml, --asciimathml, -m.John MacFarlane
2017-11-27Muse reader: make code blocks round tripAlexander Krotov
2017-11-26Muse reader: drop common space prefix from list itemsAlexander Krotov
2017-11-25Fix comment typo: s/elemnet/element/Alexander Krotov