summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #1302 from tarleb/inline-latexJohn MacFarlane2014-05-28
|\
| * Org reader: support for inline LaTeXAlbert Krewinkel2014-05-20
* | Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane2014-05-27
* | Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* | EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane2014-05-19
* | Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
* | Removed dependency on conduit.John MacFarlane2014-05-18
|/
* EPUB writer: Fixed regression on cover image.John MacFarlane2014-05-15
* Merge pull request #1293 from tarleb/typoJohn MacFarlane2014-05-14
|\
| * Process: Fix minor typo in pipeProcess' docsAlbert Krewinkel2014-05-11
* | 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
* | | Shared addMetaField: if old and new values both lists, concatenate.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
* 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
|/