summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org
Commit message (Expand)AuthorAge
* Org reader: allow changing emphasis syntaxAlbert Krewinkel2018-02-21
* hlint code improvements.John MacFarlane2018-01-19
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Org reader: support minlevel option for includesAlbert Krewinkel2017-12-28
* Org reader: fix asterisks-related parsing errorAlbert Krewinkel2017-12-20
* Org reader: allow empty list itemsAlbert Krewinkel2017-11-22
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* Org reader: end footnotes after two blank linesAlbert Krewinkel2017-10-08
* Org reader: support `\n` export optionAlbert Krewinkel2017-10-02
* Org reader: update emphasis border charsAlbert Krewinkel2017-09-25
* Org reader: use org-language attribute rather than data-org-language.John MacFarlane2017-08-09
* Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane2017-08-09
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03
* Org reader: apply hlint suggestionsAlbert Krewinkel2017-06-03
* Org reader: respect export option for tagsAlbert Krewinkel2017-05-31
* Org reader: include tags in headlinesAlbert Krewinkel2017-05-31
* Org reader: recognize babel result blocks with attributesAlbert Krewinkel2017-05-31
* Org reader: fix module names in haddock commentsAlbert Krewinkel2017-05-31
* Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz2017-05-28
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov2017-05-22
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane2017-05-17
|\
| * Move anyLineNewline to Parsing.hsAlexander Krotov2017-05-17
* | Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2017-05-16
* | Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2017-05-16
* | Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
|/
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Replace `repeat' and `take' with `replicate' once moreAlexander Krotov2017-05-12
* Drop redundant import of sortAlbert Krewinkel2017-05-06
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Org reader: support table.el tablesAlbert Krewinkel2017-05-03
* Provide shared F monad functions for Markdown and Org readersAlbert Krewinkel2017-04-30
* Add returnF to Text.Pandoc.ParsingAlexander Krotov2017-04-30
* Org reader: Avoid creating nullMeta by applying setMeta directlyAlexander Krotov2017-04-30
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* s/safed/saved/Alexander Krotov2017-04-14
* Org reader: interpret more meta value as inlinesAlbert Krewinkel2017-03-12
* Issue warning for duplicate header identifiers.John MacFarlane2017-03-12
* Org reader: disallow tables on list marker linesAlbert Krewinkel2017-03-08
* Org reader: don't allow tables inside list items.John MacFarlane2017-03-08
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06