summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Merge pull request #1297 from tarleb/citationsJohn MacFarlane2014-05-14
|\
| * Org reader: support Pandocs citation extensionAlbert Krewinkel2014-05-14
| * Move `citeKey` from Readers.Markdown to ParsingAlbert Krewinkel2014-05-14
| * Introduce class HasLastStrPosition, generalize functionsAlbert Krewinkel2014-05-14
* | LaTeX reader: Support `\addbibresource`.John MacFarlane2014-05-12
|/
* LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.John MacFarlane2014-05-11
* LaTeX reader: Don't error on "%foo" with no newline.John MacFarlane2014-05-10
* Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel2014-05-10
* Merge pull request #1288 from tarleb/update-copyrightJohn MacFarlane2014-05-09
|\
| * Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* | Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel2014-05-09
* | Org reader: Support arguments for code blocksAlbert Krewinkel2014-05-09
* | Org reader: refactor #+BEGIN..#+END block parsing codeAlbert Krewinkel2014-05-09
|/
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
* Fix textile reader hanging.mpickering2014-05-07
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
* Make `--trace` work with textile reader.John MacFarlane2014-05-06
* Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane2014-05-06
* Org reader: Read inline code blocksAlbert Krewinkel2014-05-06
* Fixed the fix to #1154.John MacFarlane2014-05-04
* Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane2014-05-04
* 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
|/
* LaTeX reader: Made `\nocite` work.John MacFarlane2014-04-26
* Merge pull request #1265 from tarleb/org-linksJohn MacFarlane2014-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
* | Render numbers in YAML metadata without decimals when possible.John MacFarlane2014-04-24
|/
* 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