summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | 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
* | DocBook reader: set "author" not "authors".John MacFarlane2014-04-04
* | Added recognition of authorgroup element and releaseinfo element to DocBook r...Matthew Pickering2014-04-04
* | Converted current meta information parsing in DocBook to a more extensible ve...Matthew Pickering2014-04-04
* | LaTeX writer: handle line breaks in simple table cells.John MacFarlane2014-04-04
* | Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane2014-04-04
* | Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
|/
* MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane2014-04-01
* HTML reader: idiomatic rewriting for clarity.John MacFarlane2014-04-01
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Converted HTML reader to use builder. Fixes #1162.Matthew Pickering2014-04-01
* Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering2014-04-01
* Make --toc-depth work well with books in latex/pdf output.John MacFarlane2014-03-31
* Markdown writer: Use longer backtick fences if needed.John MacFarlane2014-03-30
* LaTeX reader: Better handling of figure and table with caption.John MacFarlane2014-03-25
* Parsing: Added stateCaption.John MacFarlane2014-03-25