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