summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* In parsing smart quotes, leave unicode curly quotes alone.John MacFarlane2010-04-10
* Properly escape URIs in all readers.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Fixed treatment of unicode characters in URIs.John MacFarlane2010-03-23
* Markdown(+lhs) reader: handle "inverse bird tracks"fiddlosopher2010-03-14
* LaTeX reader: ignore \section, \pdfannot, \pdfstringdef.fiddlosopher2010-03-14
* LaTeX reader: Ignore alt title in section headers.fiddlosopher2010-03-14
* LaTeX reader: don't treat \section as inline LaTeX.fiddlosopher2010-03-13
* LaTeX reader: recognize nonbreaking space ~.fiddlosopher2010-03-13
* Markdown reader: Added p., pp., sec., ch., as abbreviations.fiddlosopher2010-03-06
* Disallow blank lines in inline code span.fiddlosopher2010-03-06
* Markdown reader: Allow footnotes to be indented < 4 spaces.fiddlosopher2010-03-01
* Allow multi-line titles and authors in meta block.fiddlosopher2010-02-28
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Markdown reader: Use simpler approach for URLs - just escape spaces.fiddlosopher2010-02-27
* Markdown reader: properly escape URIs.fiddlosopher2010-02-27
* LaTeX reader: handle \ (interword space).fiddlosopher2010-02-27
* LaTeX reader: allow any special character to be escaped.fiddlosopher2010-02-26
* Incomplete support for RST tables (simple and grid).fiddlosopher2010-02-20
* LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers.fiddlosopher2010-02-12
* HTML reader: handle spaces before <html>.fiddlosopher2010-02-12
* HTML reader: Be forgiving in parsing a bare list within a list.fiddlosopher2010-02-12
* Require two spaces after capital letter + period for list item.fiddlosopher2010-02-03
* Made HTML reader much more forgiving.fiddlosopher2010-02-02
* 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