aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org
AgeCommit message (Expand)AuthorFilesLines
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz1-2/+10
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz1-2/+2
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2-6/+37
2017-05-22Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2-9/+1
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel2-10/+15
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2-4/+1
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov2-4/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2-210/+262
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel3-5/+43
2017-05-13Update dates in copyright noticesAlbert Krewinkel6-11/+11
2017-05-12Replace `repeat' and `take' with `replicate' once moreAlexander Krotov1-1/+1
2017-05-06Drop redundant import of sortAlbert Krewinkel1-1/+1
2017-05-06Org reader: support macrosAlbert Krewinkel3-1/+65
2017-05-03Org reader: support table.el tablesAlbert Krewinkel3-8/+18
2017-04-30Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2-38/+10
2017-04-30Add returnF to Text.Pandoc.ParsingAlexander Krotov2-3/+3
2017-04-30Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov1-4/+1
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel1-2/+5
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel3-39/+24
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel1-13/+57
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-1/+1
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-1/+1
2017-04-14s/safed/saved/Alexander Krotov1-1/+1
2017-03-12Org reader: interpret more meta value as inlinesAlbert Krewinkel1-4/+9
2017-03-12Issue warning for duplicate header identifiers.John MacFarlane1-0/+8
2017-03-08Org reader: disallow tables on list marker linesAlbert Krewinkel1-3/+4
2017-03-08Org reader: don't allow tables inside list items.John MacFarlane1-0/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane8-105/+101
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-1/+2
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-4/+4
2017-01-25Cleanups for rebase.John MacFarlane1-1/+1
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-1/+1
2017-01-25Working on readers.Jesse Rosenthal7-269/+291
2017-01-19Org reader: allow short hand for single-line raw blocksAlbert Krewinkel2-8/+17
2017-01-06Remove pipe char irking the haddock coverage toolAlbert Krewinkel1-1/+1
2017-01-06Org reader: accept org-ref citations followed by commasAlbert Krewinkel1-15/+16
2017-01-05Org reader: ensure emphasis markup can be nestedAlbert Krewinkel1-0/+3
2016-11-24Org reader: respect column width settingsAlbert Krewinkel2-28/+48
2016-11-19Un-break Travis buildAlbert Krewinkel1-2/+2
2016-11-19Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel3-15/+32
2016-11-09Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel1-6/+8
2016-10-30Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel1-9/+22
2016-10-30Org reader: support the `todo` export optionAlbert Krewinkel3-2/+7
2016-10-30Org reader: add support for todo-markersAlbert Krewinkel3-5/+98
2016-10-18Better fix for the problem with ghc 7.8.John MacFarlane1-1/+3
2016-10-18Try to fix build error on ghc 7.8.John MacFarlane1-1/+1
2016-10-14Org reader: allow figure with empty captionAlbert Krewinkel1-3/+1
2016-10-13Parse line-oriented markup as LineBlockAlbert Krewinkel1-2/+2
2016-10-10Org reader: trim verse lines properlyAlbert Krewinkel1-2/+4