summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* LaTeX reader: Fixed regression introduced with last commit.John MacFarlane2014-05-03
* LaTeX reader: Better error messages with include files.John MacFarlane2014-05-03
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
* Merge pull request #1272 from tarleb/link-typesJohn MacFarlane2014-05-01
|\
| * Org reader: Add support for custom link typesAlbert Krewinkel2014-05-01
* | RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane2014-04-30
* | RST reader: Better handling of directives.John MacFarlane2014-04-30
* | ConTeXt writer: Improved autolinks.John MacFarlane2014-04-30
|/
* LaTeX reader: Made `\nocite` work.John MacFarlane2014-04-26
* HTML writer: improved detection of image links.John MacFarlane2014-04-26
* Merge pull request #1265 from tarleb/org-linksJohn MacFarlane2014-04-25
|\
| * LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel2014-04-25
| * Org reader: Enable internal linksAlbert Krewinkel2014-04-25
| * Org reader: Read anchors as empty spansAlbert Krewinkel2014-04-24
| * Org reader: Recognize plain and angle linksAlbert Krewinkel2014-04-24
| * RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel2014-04-24
* | EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane2014-04-24
* | Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane2014-04-24
* | Render numbers in YAML metadata without decimals when possible.John MacFarlane2014-04-24
* | EPUB writer: include extension in epub ids.John MacFarlane2014-04-23
|/
* Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane2014-04-19
|\
| * Org reader: Allow for compact definition listsAlbert Krewinkel2014-04-19
| * Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel2014-04-19
| * Org reader: Fix parsing of footnotesAlbert Krewinkel2014-04-19
| * Org reader: Fix distinction of images and normal linksAlbert Krewinkel2014-04-19
| * Org reader: Apply captions to code blocks and tablesAlbert Krewinkel2014-04-19
| * Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel2014-04-18
| * Org reader: Fix parsing of loose listsAlbert Krewinkel2014-04-18
| * Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel2014-04-17
| * Org reader: Support footnotesAlbert Krewinkel2014-04-17
| * Org reader: introduce Reader environment around Blocks/InlinesAlbert Krewinkel2014-04-16
| * Org reader: Fix code for subexpression parsingAlbert Krewinkel2014-04-16
| * Org reader: Better module description, minor style changesAlbert Krewinkel2014-04-16
* | Shared: Fixed bug in toRomanNumeral.John MacFarlane2014-04-15
|/
* Merge pull request #1240 from neilmayhew/masterJohn MacFarlane2014-04-13
|\
| * Improve handling of hard line breaks in Docbook writerNeil Mayhew2014-04-12
* | Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane2014-04-13
|\ \
| * | Org reader: Read linebreaksAlbert Krewinkel2014-04-12
| * | Org writer: Fix output for linebreaksAlbert Krewinkel2014-04-12
| |/
* | Merge pull request #1238 from tarleb/org-figuresJohn MacFarlane2014-04-13
|\ \
| * | Org reader: Add support for figuresAlbert Krewinkel2014-04-12
| |/
* / Org reader: Removed ANN pragma.John MacFarlane2014-04-12
|/
* HTML reader: Treat processing instructions & declarations as block.John MacFarlane2014-04-11
* Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel2014-04-11
* MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane2014-04-10
* Org reader: Improve code by following HLint recommendationsAlbert Krewinkel2014-04-10
* Org reader: Support more inline/display math variantsAlbert Krewinkel2014-04-10
* Merge pull request #1226 from tarleb/org-emphasis-readerJohn MacFarlane2014-04-09
|\
| * Org reader: Precise rules for the recognition of markupAlbert Krewinkel2014-04-09