summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
AgeCommit message (Expand)Author
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane
2012-09-27Parsing: Changed type of stateSubstitutions to use Inlines.John MacFarlane
2012-09-27Removed nullBlock.John MacFarlane
2012-09-27Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane
2012-09-23More intelligent handling of text encodings.John MacFarlane
2012-09-23Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane
2012-09-23Use local encoding for input/output rather than forcing UTF8.John MacFarlane
2012-09-12Export 'nested' in Parsing.John MacFarlane
2012-09-12Text.Pandoc.Parsing: Handle trailing slash in 'uri'.John MacFarlane
2012-09-09Parsing: Generalized type of withQuoteContext.John MacFarlane
2012-08-08Changes to literate haskell options.John MacFarlane
2012-08-02Made F a newtype, moved definitions to Parser.John MacFarlane
2012-08-01Parsing: removed duplication of Key and Key'.John MacFarlane
2012-08-01Major rewrite of markdown reader.John MacFarlane
2012-07-27Removed commented-out pandoc2 code.John MacFarlane
2012-07-27Parser: Changed types to use type alias Parser, not Parsec.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-07-26Parsing: Removed failIfStrict.John MacFarlane
2012-07-26Parsing: Added guardEnabled, guardDisabled.John MacFarlane
2012-07-25Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane
2012-07-25stateCitations -> readerCitations.John MacFarlane
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane
2012-07-25Got rid of stateStandalone, which was hardly used anyway.John MacFarlane
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane
2012-07-25Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane
2012-07-25Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane
2012-07-25Text.Pandoc.Parsing: Added getOption.John MacFarlane
2012-07-25Options -> ReaderOptions.John MacFarlane
2012-07-25Put smart, strict in separate options field in state.John MacFarlane
2012-07-24Better algorithm for oneOfStrings.John MacFarlane
2012-07-24Refactored table parsers, captions now not part of core tableWith.John MacFarlane
2012-07-22Revised code for pipe tables.John MacFarlane
2012-07-22Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane
2012-07-19Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane
2012-06-29Changed macro parser so it returns raw macro if stateApplyMacros false.John MacFarlane
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier
2012-03-24Add parsing support for the rST default-role directive.Greg Maslov
2012-02-21Added support for markdown-extra tables in the markdown parserFrançois Gannaz
2012-02-07Limit nesting of strong/emph.John MacFarlane
2012-02-05Parsing: Make characterReference fail if entity not found.John MacFarlane
2012-02-05Removed module Text.Pandoc.CharacterReferences.John MacFarlane
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane
2012-01-27Fixed table parsing with wide or combining characters.John MacFarlane
2012-01-01New treatment of dashes in --smart mode.John MacFarlane
2011-12-29Better smart quote parsing.John MacFarlane