summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Parse blanklines after macro definitions.John MacFarlane2010-10-26
* Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane2010-10-26
* TeXMath: handle variables modified with \acute, \bar, etc.John MacFarlane2010-10-19
* TeXMath reader: handle \textit, \textbf, etc.John MacFarlane2010-10-19
* Require texmath >= 0.3, adjusted for new elements.John MacFarlane2010-07-22
* HTML reader: code cleanup + parse <tt> as Code.John MacFarlane2010-07-14
* Made latex \section, \chapter parsers more forgiving of whitespace.John MacFarlane2010-07-13
* Parse \chapter{} in latex.John MacFarlane2010-07-13
* Modified example refs so they can occur before or after target.John MacFarlane2010-07-12
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Minor comment change.John MacFarlane2010-07-06
* | Allow language-neutral table captions.John MacFarlane2010-07-06
* | More refactoring of grid table code.John MacFarlane2010-07-05
* | Moved generic grid table functions from RST reader -> Parsing.John MacFarlane2010-07-05
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
* | Changed rawLaTeXInline to accept '\section', '\begin', etc.John MacFarlane2010-04-26
* | 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