summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Properly handle commented-out list items in markdown.fiddlosopher2009-11-01
* Added % as an rst underline character.fiddlosopher2009-10-29
* Fix inline math parser so that \$ is allowed in math.fiddlosopher2009-10-12
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Fixed bug in HTML comment parser.fiddlosopher2009-07-21
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11
* Allow -, _, :, . in markdown attribute names.fiddlosopher2009-07-03
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* Improved LaTeX reader's coverage of math modes.fiddlosopher2009-06-03
* RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher2009-05-04
* Markdown reader: change ' ' to '\160' in abbreviations.fiddlosopher2009-05-01
* Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher2009-04-30
* Made htmlComment parser more efficient.fiddlosopher2009-04-29
* Improved efficiency of whitespace parser.fiddlosopher2009-04-29
* Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.fiddlosopher2009-04-29
* Took out unneeded 'try' in indentSpaces parser.fiddlosopher2009-04-29
* Gobble space after Plain blocks containing only raw html inline.fiddlosopher2009-01-31
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Improved and simplified setextHeader parser in markdown reader.fiddlosopher2007-11-22
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22
* Fixed logic in markdown smart quote parsing:fiddlosopher2007-11-15
* Fixed smart quote parsing in markdown reader so that unicodefiddlosopher2007-11-15
* Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher2007-11-10
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Fixed bug in parsing files that begin with blank lines.fiddlosopher2007-10-29
* Modified specialChar in LaTeX reader so that '"'fiddlosopher2007-10-28
* Improvements to RST reader:fiddlosopher2007-10-13
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11
* Markdown reader: require space before title in links and references.fiddlosopher2007-09-18
* Remove just one leading and one trailing newlinefiddlosopher2007-09-17
* Changed parsing of code blocks in HTML reader:fiddlosopher2007-09-17
* Simplified HTML attribute parsing (HTML reader).fiddlosopher2007-09-15
* Fixed two bugs in HTML reader:fiddlosopher2007-09-14
* Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher2007-09-05
* LaTeX command and environment names can't contain numbers.fiddlosopher2007-09-02
* Skip notes parsing if running in strict mode. (This yields a nicefiddlosopher2007-09-01
* Simplify autolink parsing code, using Network.URI to test forfiddlosopher2007-09-01
* More perspicuous definition of nonindentSpaces.fiddlosopher2007-09-01
* Removed unneeded 'try' in 'rawLine'.fiddlosopher2007-09-01
* Combined linebreak and whitespace into a new whitespacefiddlosopher2007-09-01
* Removed unnecessary 'try' in 'codeBlock'.fiddlosopher2007-09-01
* Use lookAhead in parsers for setext headers andfiddlosopher2007-09-01
* Don't require blank lines after code block. (It's sufficientfiddlosopher2007-08-31
* Changed definition of 'emph': italics with '_' must not be followedfiddlosopher2007-08-31
* Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher2007-08-30
* Cleaned up LaTeX reader.fiddlosopher2007-08-29
* Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher2007-08-29