aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-07-05Merge pull request #3014 from tarleb/org-writer-divJohn MacFarlane1-7/+41
2016-07-05Org writer: improve Div handlingAlbert Krewinkel1-7/+41
2016-07-04Org reader: replace ugly code with view patternAlbert Krewinkel1-5/+4
2016-07-03Merge pull request #3010 from tarleb/org-header-treeJohn MacFarlane4-247/+386
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2016-07-03Fix warning for parseURl import.John MacFarlane1-2/+3
2016-07-03CPP workaround for deprecation of parseUrl in http-client.John MacFarlane1-6/+14
2016-07-03Org reader: support headline levels export settingAlbert Krewinkel3-8/+40
2016-07-03Allow 'standout' as a beamer frame option.John MacFarlane1-1/+1
2016-07-02Org reader: put export setting parser into moduleAlbert Krewinkel3-191/+191
2016-07-01LaTeX reader: strip off double quotes around image source if present.John MacFarlane1-1/+8
2016-07-01LaTeX writer: don't URI-escape image source.John MacFarlane1-1/+1
2016-07-01Org reader: support archived trees export optionsAlbert Krewinkel2-8/+62
2016-07-01Org reader: refactor comment tree handlingAlbert Krewinkel2-39/+21
2016-07-01Org reader: parse as headlines, convert to blocksAlbert Krewinkel1-47/+86
2016-07-01Org reader: improve tag and properties type safetyAlbert Krewinkel1-25/+57
2016-07-01ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane1-8/+8
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin1-0/+361
2016-07-01Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal1-0/+1
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal1-0/+1
2016-06-29LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.John MacFarlane1-2/+2
2016-06-26Merge pull request #3001 from tarleb/org-figure-labelJohn MacFarlane1-1/+6
2016-06-26Org reader: support figure labelsAlbert Krewinkel1-1/+6
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane1-7/+4
2016-06-25Fixed RST links with no explicit link text.John MacFarlane1-1/+4
2016-06-24Make --webtex work with the Markdown writer.John MacFarlane1-12/+17
2016-06-23Textile reader: fixed attributes.John MacFarlane1-1/+3
2016-06-23Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane1-1/+5
2016-06-23Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal1-2/+18
2016-06-23docx reader: enable warnings in top-level readerJesse Rosenthal1-6/+10
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal2-1/+73
2016-06-23Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal1-0/+1
2016-06-23Shared: introduce blocksToInlines functionJesse Rosenthal1-0/+37
2016-06-22Merge pull request #2992 from tarleb/org-partial-functionsJohn MacFarlane2-19/+21
2016-06-22HTML writer: Better support for raw LaTeX environments.John MacFarlane1-12/+41
2016-06-21Org reader: remove partial functionsAlbert Krewinkel2-19/+21
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane1-1/+1
2016-06-13Org reader: support arbitrary raw inlinesAlbert Krewinkel1-1/+9
2016-06-13Org writer: support arbitrary raw inlinesAlbert Krewinkel1-3/+4
2016-06-07Docbook writer: Declare xlink namespace in Docbook5 outputIvo Clarysse1-1/+1
2016-06-05Org reader: add support for "Berkeley-style" citesAlbert Krewinkel2-7/+127
2016-06-05Org reader: add semicolon to list of special charsAlbert Krewinkel1-1/+1
2016-06-03Org reader: support special strings export optionAlbert Krewinkel4-12/+36
2016-06-03Org reader: support emphasized text export optionAlbert Krewinkel3-15/+28
2016-06-03Org reader: support smart quotes export optionAlbert Krewinkel4-12/+28
2016-06-02Org reader: drop unused field from parser stateAlbert Krewinkel2-18/+8
2016-06-02Org reader: undo code duplicationAlbert Krewinkel3-55/+83
2016-05-31Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane2-7/+71
2016-05-31Merge pull request #2954 from tarleb/org-export-blocksJohn MacFarlane2-120/+150