summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Muse reader: parse empty comments correctlyAlexander Krotov2017-12-19
* Org writer: don't allow fn refs to wrap to beginning of line.John MacFarlane2017-12-18
* Lua filters: perform minor code clean-upAlbert Krewinkel2017-12-18
* OPML reader: enable raw HTML and other extensions by default for notes.John MacFarlane2017-12-17
* LaTeX writer: use \renewcommand for \textlatin with babel.John MacFarlane2017-12-15
* LaTeX reader: export tokenize, untokenize.John MacFarlane2017-12-15
* Fixed regression in LateX tokenization.John MacFarlane2017-12-15
* RST reader: more accurate parsing of references.John MacFarlane2017-12-14
* Merge pull request #4148 from stencila/jats-figuresJohn MacFarlane2017-12-14
|\
| * Deduplicate JATS writer image mime type codeHamish Mackenzie2017-12-14
| * fig, table-wrap & caption Divs for JATS writerHamish Mackenzie2017-12-13
* | Markdown reader: be pickier about table captions.John MacFarlane2017-12-14
* | Removed whitespace at ends of line.John MacFarlane2017-12-13
* | Merge pull request #4153 from tarleb/unify-lua-initJohn MacFarlane2017-12-13
|\ \
| * | Custom writer: use init file to setup Lua interpreterAlbert Krewinkel2017-12-13
| * | Lua filters: drop unused code, language extensionsAlbert Krewinkel2017-12-13
| * | Custom writer: define instances for newtype wrapperAlbert Krewinkel2017-12-13
* | | Docx writer: Continue lists after interruption.Jesse Rosenthal2017-12-13
|/ /
* | Markdown reader: always use four space rule for example lists.John MacFarlane2017-12-13
* | Markdown: Improved computation of relative cell widths in pipe tables.John MacFarlane2017-12-12
* | Pipe tables: use full text width for tables with wrapping cells.John MacFarlane2017-12-12
|/
* `--pdf-engine-opt`: fix bug where option order was reversed.John MacFarlane2017-12-11
* Fix comment that confused compiler.Jesse Rosenthal2017-12-11
* Remove redundant imports from Docx writer.Jesse Rosenthal2017-12-11
* Integrate Powerpoint writer into pandoc.Jesse Rosenthal2017-12-11
* Add Powerpoint writer.Jesse Rosenthal2017-12-11
* Add necessary powerpoint functions to Class.Jesse Rosenthal2017-12-11
* Create shared OOXML writer file.Jesse Rosenthal2017-12-11
* Changes for skylighting-0.5.John MacFarlane2017-12-10
* Lua filters: fix package loading for Lua 5.1Albert Krewinkel2017-12-10
* Man writer: omit internal links.John MacFarlane2017-12-09
* LaTeX reader: fix \ before newline.John MacFarlane2017-12-08
* Markdown reader: accept processing instructions as raw HTML.John MacFarlane2017-12-06
* Lua filters: use script to initialize the interpreterAlbert Krewinkel2017-12-06
* Lua filters: refactor lua module handlingAlbert Krewinkel2017-12-02
* hlint Muse reader and testsAlexander Krotov2017-12-06
* Muse reader: don't allow emphasis to be preceded by letterAlexander Krotov2017-12-06
* Muse reader: support multiline directives in Amusewiki modeAlexander Krotov2017-12-05
* Markdown reader: Don't parse native div as table caption.John MacFarlane2017-12-04
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Muse reader: add underline support in Emacs Muse modeAlexander Krotov2017-12-04
* Removed unnecessary import.John MacFarlane2017-12-03
* commonmark/gfm writer: use raw html for native divs/spans.John MacFarlane2017-12-03
* HTML writer: export tagWithAttributes.John MacFarlane2017-12-03
* commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.John MacFarlane2017-12-03
* Docx writer: allow empty paragraphs.John MacFarlane2017-12-02
* Docx reader: don't strip out empty paragraphs.John MacFarlane2017-12-02
* Shared.blocksToInlines: rewrote using builder.John MacFarlane2017-12-02
* Add --strip-empty-paragraphs option.John MacFarlane2017-12-02
* LaTeX writer: escape `_` in code with --listings.John MacFarlane2017-12-02