summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
Commit message (Expand)AuthorAge
* Markdown reader: Warn about duplicate link references.John MacFarlane2013-01-04
* Added stateWarnings.John MacFarlane2013-01-03
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* Fixed bug in withRaw.John MacFarlane2012-12-13
* Revert "Added stateWarnings to ParserState, added warning function."John MacFarlane2012-10-05
* Added stateWarnings to ParserState, added warning function.John MacFarlane2012-10-05
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* Parsing: Changed type of stateSubstitutions to use Inlines.John MacFarlane2012-09-27
* Removed nullBlock.John MacFarlane2012-09-27
* Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane2012-09-27
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane2012-09-23
* Use local encoding for input/output rather than forcing UTF8.John MacFarlane2012-09-23
* 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