aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-27Fix #1267.John MacFarlane
2014-04-26LaTeX reader: Made `\nocite` work.John MacFarlane
2014-04-26HTML writer: improved detection of image links.John MacFarlane
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel
2014-04-25Org reader: Enable internal linksAlbert Krewinkel
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane
2014-04-24Render numbers in YAML metadata without decimals when possible.John MacFarlane
2014-04-24Org reader: Read anchors as empty spansAlbert Krewinkel
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel
2014-04-24RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane
2014-04-19Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel
2014-04-19Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel
2014-04-19Org reader: Fix distinction of images and normal linksAlbert Krewinkel
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel
2014-04-17Org reader: Support footnotesAlbert Krewinkel
2014-04-16Org reader: introduce Reader environment around Blocks/InlinesAlbert Krewinkel
2014-04-16Org reader: Fix code for subexpression parsingAlbert Krewinkel
2014-04-16Org reader: Better module description, minor style changesAlbert Krewinkel
2014-04-15Shared: Fixed bug in toRomanNumeral.John MacFarlane
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane
2014-04-13Merge pull request #1238 from tarleb/org-figuresJohn MacFarlane
2014-04-12Org reader: Removed ANN pragma.John MacFarlane
2014-04-12Improve handling of hard line breaks in Docbook writerNeil Mayhew
2014-04-12Org reader: Read linebreaksAlbert Krewinkel
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel
2014-04-12Org reader: Add support for figuresAlbert Krewinkel
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