summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Export 'nested' in Parsing.John MacFarlane2012-09-12
* Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane2012-09-12
* Parsing: Generalized type of withQuoteContext.John MacFarlane2012-09-09
* Changes to literate haskell options.John MacFarlane2012-08-08
* Made F a newtype, moved definitions to Parser.John MacFarlane2012-08-02
* Parsing: removed duplication of Key and Key'.John MacFarlane2012-08-01
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Removed commented-out pandoc2 code.John MacFarlane2012-07-27
* Parser: Changed types to use type alias Parser, not Parsec.John MacFarlane2012-07-27
* Fixed whitespace errors.John MacFarlane2012-07-26
* Parsing: Removed failIfStrict.John MacFarlane2012-07-26
* Parsing: Added guardEnabled, guardDisabled.John MacFarlane2012-07-26
* Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane2012-07-25
* stateCitations -> readerCitations.John MacFarlane2012-07-25
* Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane2012-07-25
* Got rid of stateStandalone, which was hardly used anyway.John MacFarlane2012-07-25
* Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane2012-07-25
* Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane2012-07-25
* Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Text.Pandoc.Parsing: Added getOption.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Better algorithm for oneOfStrings.John MacFarlane2012-07-24
* Refactored table parsers, captions now not part of core tableWith.John MacFarlane2012-07-24
* Revised code for pipe tables.John MacFarlane2012-07-22
* Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane2012-07-22
|\
| * Added support for markdown-extra tables in the markdown parserFrançois Gannaz2012-02-21
* | Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* | Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* | Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* | Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane2012-07-19
* | Changed macro parser so it returns raw macro if stateApplyMacros false.John MacFarlane2012-06-29
* | textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier2012-04-24
* | Add parsing support for the rST default-role directive.Greg Maslov2012-03-24
|/
* Limit nesting of strong/emph.John MacFarlane2012-02-07
* Parsing: Make characterReference fail if entity not found.John MacFarlane2012-02-05
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Fixed table parsing with wide or combining characters.John MacFarlane2012-01-27
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Better smart quote parsing.John MacFarlane2011-12-29
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Pretty: return Str with unicode instead of Apostrophe.John MacFarlane2011-12-27
* Parsing: Removed charsInBalanced', added param to charsInBalanced.John MacFarlane2011-12-05
* Parsing: Changed type of escaped to return CharJohn MacFarlane2011-12-05
* Added nonspaceChar to Text.Pandoc.Parsing.John MacFarlane2011-07-30
* Smart quotes: handle '...hi' properly.John MacFarlane2011-07-25
* Properly handle characters in the 128..159 range.John MacFarlane2011-07-23
* Revert "Parsing: Use new type aliases, PandocParser, GeneralParser."John MacFarlane2011-04-29