aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2014-04-11HTML reader: Treat processing instructions & declarations as block.John MacFarlane
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel
2014-04-10MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane
2014-04-10Org reader: Improve code by following HLint recommendationsAlbert Krewinkel
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel
2014-04-09Merge pull request #1226 from tarleb/org-emphasis-readerJohn MacFarlane
2014-04-09Org reader: Precise rules for the recognition of markupAlbert Krewinkel
2014-04-07Textile reader: Improved link parsing.John MacFarlane
2014-04-07Merge pull request #1224 from tarleb/org-mathJohn MacFarlane
2014-04-07Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane
2014-04-06LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane
2014-04-06Org reader: Add support for definition listsAlbert Krewinkel
2014-04-06Org reader: Minor code clean-upAlbert Krewinkel
2014-04-05HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane
2014-04-05Textile reader: Better support for attributes.John MacFarlane
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane
2014-04-05Removed whitespace at ends of lines.John MacFarlane
2014-04-05Text.Pandoc.PDF: Ensure that temp directories deleted on Windows.John MacFarlane
2014-04-05Org reader: Added type signature.John MacFarlane
2014-04-05Merge pull request #1219 from tarleb/org-imagesJohn MacFarlane
2014-04-05Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane
2014-04-05Org reader: Support inline imagesAlbert Krewinkel
2014-04-05Org reader: Provide more language identifier translationsAlbert Krewinkel
2014-04-05Org reader: Fix parsing of nested inlinesAlbert Krewinkel
2014-04-05Org reader: Use specialized org parser stateAlbert Krewinkel
2014-04-05Org reader: Slight cleaning of table parsing codeAlbert Krewinkel
2014-04-04DocBook reader: Better treatment of formalpara.John MacFarlane
2014-04-04DocBook reader: set metadata "author" not "authors"John MacFarlane
2014-04-04Removed trailing whitespace.John MacFarlane
2014-04-04DocBook reader: set "author" not "authors".John MacFarlane
2014-04-04Added recognition of authorgroup element and releaseinfo element to DocBook r...Matthew Pickering
2014-04-04Converted current meta information parsing in DocBook to a more extensible ve...Matthew Pickering
2014-04-04LaTeX writer: handle line breaks in simple table cells.John MacFarlane
2014-04-04Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane
2014-04-04Custom writer: read lua script as UTF-8.John MacFarlane
2014-04-01MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane
2014-04-01HTML reader: idiomatic rewriting for clarity.John MacFarlane
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering
2014-04-01Converted HTML reader to use builder. Fixes #1162.Matthew Pickering
2014-04-01Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane
2014-03-25LaTeX reader: Better handling of figure and table with caption.John MacFarlane
2014-03-25Parsing: Added stateCaption.John MacFarlane
2014-03-25Revert "LaTeX reader: Added LPState."John MacFarlane
2014-03-25LaTeX reader: Added LPState.John MacFarlane
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane
2014-03-25Whitespace change, and note:John MacFarlane
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane