summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* ICML writer: changed type of `writeICML`.John MacFarlane2015-08-05
* ICML writer: Add Cite style to citations.John MacFarlane2015-08-05
* PDF: Modified for new image size attributes parameter.John MacFarlane2015-08-05
* Parsing: Add `extractIdClass`, modified type of `KeyTable`.John MacFarlane2015-08-05
* ImageSize: Added functions for converting between image dimensions.John MacFarlane2015-08-05
* Text.Pandoc.Options: modifications for image attributes.John MacFarlane2015-07-27
* Pretty: comment fix (mb21).John MacFarlane2015-07-25
* Added odt readerMarLinn2015-07-23
* Updated tests and removed a skipSpaces....John MacFarlane2015-07-23
* Parsing: toKey: strip off outer brackets.John MacFarlane2015-07-23
* Merge pull request #2323 from hftf/implicit-header-refsJohn MacFarlane2015-07-23
|\
| * Markdown Reader: Skip spaces in headersOphir Lifshitz2015-07-23
* | LaTeX reader: support abstract environment.John MacFarlane2015-07-23
|/
* Fix regression: allow HTML comments containing `--`.John MacFarlane2015-07-21
* Use newManager instead of withManager in recent http-client.John MacFarlane2015-07-21
* DZSlides: Add `role="note"` for speaker notes.John MacFarlane2015-07-21
* HTML reader: handle type attribute on ol.John MacFarlane2015-07-21
* LaTeX reader: properly handle booktabs lines.John MacFarlane2015-07-21
* Removed unneeded import.John MacFarlane2015-07-16
* LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane2015-07-16
* `--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane2015-07-15
* Updated to use cmark >= 0.4.John MacFarlane2015-07-14
* Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* Improved bare autolink detection.John MacFarlane2015-07-14
* HTML writer: support speaker notes in dzslides.John MacFarlane2015-07-13
* DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
* Changed hierarchicalize so it treats references div as top-level header.John MacFarlane2015-07-12
* Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
* Merge pull request #2266 from PromyLOPh/fieldinlineJohn MacFarlane2015-07-08
|\
| * Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
| * Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* | PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane2015-07-08
* | Correct superscript/subscript.Andrew Dunning2015-07-08
* | Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
|/
* ConTeXt: use `\goto` for internal links.John MacFarlane2015-07-01
* Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane2015-07-01
|\
| * Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane2015-07-01
* | New method for building man pages.John MacFarlane2015-07-01
|/
* Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane2015-06-29
|\
| * Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* | LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane2015-06-29
* | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane2015-06-29
|/
* Removed unneeded import.John MacFarlane2015-06-28
* Added a needed import in Shared.John MacFarlane2015-06-28
* Make sure we use dist version of reference.docx for some things.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Minor fixes to previous commit.John MacFarlane2015-06-28