aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Merge pull request #1265 from tarleb/org-linksJohn MacFarlane3-21/+92
2014-04-25LaTeX writer: Mark span contents with label if span has an IDAlbert Krewinkel1-7/+11
2014-04-25Org reader: Enable internal linksAlbert Krewinkel1-12/+38
2014-04-24EPUB writer: Fixed some idrefs to match changes in ids.John MacFarlane1-3/+3
2014-04-24Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane1-11/+16
2014-04-24Render numbers in YAML metadata without decimals when possible.John MacFarlane1-1/+6
2014-04-24Org reader: Read anchors as empty spansAlbert Krewinkel1-0/+25
2014-04-24Org reader: Recognize plain and angle linksAlbert Krewinkel1-9/+25
2014-04-24RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel1-1/+1
2014-04-23EPUB writer: include extension in epub ids.John MacFarlane1-6/+11
2014-04-19Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane3-224/+439
2014-04-19Org reader: Allow for compact definition listsAlbert Krewinkel1-2/+2
2014-04-19Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel2-20/+17
2014-04-19Org reader: Fix parsing of footnotesAlbert Krewinkel1-2/+6
2014-04-19Org reader: Fix distinction of images and normal linksAlbert Krewinkel1-2/+2
2014-04-19Org reader: Apply captions to code blocks and tablesAlbert Krewinkel1-40/+94
2014-04-18Org reader: Add support for plain LaTeX fragmentsAlbert Krewinkel1-1/+40
2014-04-18Org reader: Fix parsing of loose listsAlbert Krewinkel1-4/+7
2014-04-17Org reader: Support more types of '#+BEGIN_<type>' blocksAlbert Krewinkel1-7/+34
2014-04-17Org reader: Support footnotesAlbert Krewinkel1-2/+64
2014-04-16Org reader: introduce Reader environment around Blocks/InlinesAlbert Krewinkel1-130/+176
2014-04-16Org reader: Fix code for subexpression parsingAlbert Krewinkel1-21/+4
2014-04-16Org reader: Better module description, minor style changesAlbert Krewinkel1-6/+6
2014-04-15Shared: Fixed bug in toRomanNumeral.John MacFarlane1-2/+2
2014-04-13Merge pull request #1240 from neilmayhew/masterJohn MacFarlane1-3/+16
2014-04-13Merge pull request #1239 from tarleb/org-linebreakJohn MacFarlane2-1/+5
2014-04-13Merge pull request #1238 from tarleb/org-figuresJohn MacFarlane1-8/+49
2014-04-12Org reader: Removed ANN pragma.John MacFarlane1-3/+0
2014-04-12Improve handling of hard line breaks in Docbook writerNeil Mayhew1-3/+16
2014-04-12Org reader: Read linebreaksAlbert Krewinkel1-0/+4
2014-04-12Org writer: Fix output for linebreaksAlbert Krewinkel1-1/+1
2014-04-12Org reader: Add support for figuresAlbert Krewinkel1-8/+49
2014-04-11HTML reader: Treat processing instructions & declarations as block.John MacFarlane1-5/+9
2014-04-11Org reader: Fix parsing of sub-/superscript expressionsAlbert Krewinkel1-10/+37
2014-04-10MediaWiki reader: Handle table rows containing just an HTML comment.John MacFarlane1-1/+2
2014-04-10Org reader: Improve code by following HLint recommendationsAlbert Krewinkel1-20/+24
2014-04-10Org reader: Support more inline/display math variantsAlbert Krewinkel1-2/+26
2014-04-09Merge pull request #1226 from tarleb/org-emphasis-readerJohn MacFarlane1-120/+260
2014-04-09Org reader: Precise rules for the recognition of markupAlbert Krewinkel1-120/+260
2014-04-07Textile reader: Improved link parsing.John MacFarlane1-19/+15
2014-04-07Merge pull request #1224 from tarleb/org-mathJohn MacFarlane1-37/+53
2014-04-07Org reader: Support inline math (like $E=mc^2$)Albert Krewinkel1-6/+16
2014-04-06LaTeX writer: Workaround for level 4-5 headers in quotes.John MacFarlane1-2/+14
2014-04-06LaTeX reader: handle @{} and p{length} in tabular.John MacFarlane1-2/+3
2014-04-06Org reader: Add support for definition listsAlbert Krewinkel1-1/+16
2014-04-06Org reader: Minor code clean-upAlbert Krewinkel1-30/+21
2014-04-05HTML reader: Updated `closes` with rules from HTML5 spec.John MacFarlane1-5/+12
2014-04-05Textile reader: Better support for attributes.John MacFarlane1-9/+12
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane1-5/+1
2014-04-05Removed whitespace at ends of lines.John MacFarlane1-15/+15