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