summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Inlines.hs
Commit message (Expand)AuthorAge
* Org reader: allow changing emphasis syntaxAlbert Krewinkel2018-02-21
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Consistent underline for Readers (#2270)hftf2017-10-27
* Org reader: support `\n` export optionAlbert Krewinkel2017-10-02
* Org reader: update emphasis border charsAlbert Krewinkel2017-09-25
* 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: 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: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Add returnF to Text.Pandoc.ParsingAlexander Krotov2017-04-30
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed --parse-raw and readerParseRaw.John MacFarlane2017-02-06
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Remove pipe char irking the haddock coverage toolAlbert Krewinkel2017-01-06
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel2016-11-19
* Fix grouping of imports.Jesse Rosenthal2016-09-02
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Org reader: ensure image sources are proper linksAlbert Krewinkel2016-08-09
* Org reader: fix parsing of verbatim inlinesAlbert Krewinkel2016-07-14
* Org reader: remove partial functionsAlbert Krewinkel2016-06-21
* Org reader: support arbitrary raw inlinesAlbert Krewinkel2016-06-13
* Org reader: add support for "Berkeley-style" citesAlbert Krewinkel2016-06-05
* Org reader: add semicolon to list of special charsAlbert Krewinkel2016-06-05
* Org reader: support special strings export optionAlbert Krewinkel2016-06-03
* Org reader: support emphasized text export optionAlbert Krewinkel2016-06-03
* Org reader: support smart quotes export optionAlbert Krewinkel2016-06-03
* Org reader: undo code duplicationAlbert Krewinkel2016-06-02
* Merge pull request #2950 from tarleb/org-ref-supportJohn MacFarlane2016-05-31
|\
| * Org reader: support org-ref style citationsAlbert Krewinkel2016-05-27
* | Org reader: rename `parseInlines` to `inlines`Albert Krewinkel2016-05-29
|/
* Org reader: extract inline parser to moduleAlbert Krewinkel2016-05-25