summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* | Textile reader: Improved link parsing.John MacFarlane2014-04-07
|/
* Merge pull request #1224 from tarleb/org-mathJohn MacFarlane2014-04-07
|\
| * Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel2014-04-07
| * Org reader: Add support for definition listsAlbert Krewinkel2014-04-06
| * Org reader: Minor code clean-upAlbert Krewinkel2014-04-06
* | LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane2014-04-06
* | LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane2014-04-06
|/
* HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane2014-04-05
* Textile reader: Better support for attributes.John MacFarlane2014-04-05
* Textile reader: Improved treatment of HTML spans (%).John MacFarlane2014-04-05
* Removed whitespace at ends of lines.John MacFarlane2014-04-05
* Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane2014-04-05
* Org reader: Added type signature.John MacFarlane2014-04-05
* Merge pull request #1219 from tarleb/org-imagesJohn MacFarlane2014-04-05
|\
| * Org reader: Support inline imagesAlbert Krewinkel2014-04-05
| * Org reader: Provide more language identifier translationsAlbert Krewinkel2014-04-05
| * Org reader: Fix parsing of nested inlinesAlbert Krewinkel2014-04-05
| * Org reader: Use specialized org parser stateAlbert Krewinkel2014-04-05
| * Org reader: Slight cleaning of table parsing codeAlbert Krewinkel2014-04-05
* | Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane2014-04-05
* | DocBook reader: Better treatment of formalpara.John MacFarlane2014-04-04
* | DocBook reader: set metadata "author" not "authors"John MacFarlane2014-04-04
* | Removed trailing whitespace.John MacFarlane2014-04-04