summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update copyright notices for 2014, add missing noticesAlbert 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
* LaTeX writer: Fixed inconsistencies with reference escaping.John MacFarlane2014-05-04
* Docx writer: Fall back on distribution reference.docx.John MacFarlane2014-05-04
* Docx writer: Added ability to give fallback in parseXml.John MacFarlane2014-05-04
* Markdown reader: Fixed bug with unwanted code in lists.John MacFarlane2014-05-04
* AsciiDoc writer: Handle multiblock table cells.John MacFarlane2014-05-03
* AsciiDoc writer: Correctly handle empty table cells.John MacFarlane2014-05-03
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* 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
|/
* Fix #1267.John MacFarlane2014-04-27
* 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