summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Removed unneeded LANGUAGE pragmas.fiddlosopher2009-12-31
* LaTeX reader: use \\ to separate multiple authors.fiddlosopher2009-12-31
* Markdown reader: use ; as separator between authors.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* RST reader: Allow :: before lhs code block.fiddlosopher2009-12-22
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Allow markdown tables without headers.fiddlosopher2009-12-05
* Markdown reader: Compensate for width of final table column.fiddlosopher2009-12-05
* Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2009-12-05
* Added "head" to list of HTML block-level tags.fiddlosopher2009-12-05
* Changed --default-code-classes -> --indented-code-classes.fiddlosopher2009-12-05
* Added --default-code-classes option.fiddlosopher2009-12-01
* Markdown reader: treat 4 or more * or _ in a row as literal text.fiddlosopher2009-11-29
* Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher2009-11-29
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Markdown reader: parse refs and notes in the same pass.fiddlosopher2009-11-28
* Added \int to characters handled as unicode in tex math.fiddlosopher2009-11-28
* Fixed htmlComment parser.fiddlosopher2009-11-21
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* 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