summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* OPML reader: Type attributes are not case sensitive.John MacFarlane2013-03-20
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Markdown reader: don't lose parentheses in URLs.John MacFarlane2013-03-13
* Markdown reader: Handle unmatched double quotes in dialogues.John MacFarlane2013-03-12
* Fixed spacing bugs involving code block attributes.John MacFarlane2013-03-11
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Support :number-lines: in RST code output.John MacFarlane2013-03-06
* LaTeX reader: Better support for Verbatim and minted environments.John MacFarlane2013-03-06
* LaTeX reader: Handle language attribute for lstlistings.John MacFarlane2013-03-05
* LaTeX reader: Read optional attributes in lstlisting environment.John MacFarlane2013-03-04
* Markdown reader: attribute parsing improvements.John MacFarlane2013-03-02
* Check for tables before line blocks.John MacFarlane2013-03-02
* Markdown reader: Allow spaces around borders in pipe tables.John MacFarlane2013-03-02
* LaTeX reader: Add "fig:" as title for images with captions.John MacFarlane2013-03-01
* Markdown: allow ---- in angle-bracket autolinks.John MacFarlane2013-02-28
* LaTeX reader: Handle \caption for images in figures.John MacFarlane2013-02-26
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* LaTeX reader: Don't emit empty paragraph.John MacFarlane2013-02-20
* LaTeX reader: Parse `\section*`, etc. as unnumbered sections.John MacFarlane2013-02-20
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* HTML reader: Preserve all header attributes.John MacFarlane2013-02-16
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* Markdown reader: litChar now includes entities.John MacFarlane2013-02-15
* Markdown reader: Fix title block parsing.John MacFarlane2013-02-12
* Markdown reader: Make backslash escape work in attributes.John MacFarlane2013-02-12
* Markdown reader: Fixed bug parsing key/value attributes.John MacFarlane2013-02-12
* LaTeX reader: Parse `\hrule` as HorizontalRule.John MacFarlane2013-02-11
* Revert "Citation changes."John MacFarlane2013-02-06
* Implement `--default-image-extension` for LaTeX reader.John MacFarlane2013-02-06
* Merge branch 'citations'John MacFarlane2013-02-05
|\
| * Citation changes.John MacFarlane2013-02-03
* | Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
|/
* Removed unneeded blanklines in pipeTable parser.John MacFarlane2013-02-02
* HTML reader: Handle colgroup tag.John MacFarlane2013-01-30
* Fixed latex macro parsing.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* Markdown reader: Simplified and sped up str parser.John MacFarlane2013-01-25
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Changed copyright date range on Markdown reader.John MacFarlane2013-01-25
* Minor code cleanup.John MacFarlane2013-01-25
* Markdown reader: Moved guardEnabled to definitionList.John MacFarlane2013-01-25
* Markdown reader: Performance improvement in str parser.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Markdown reader: More efficient version of scanForPipe.John MacFarlane2013-01-25
* Fixed regressions in fenced code blocks.John MacFarlane2013-01-23
* Markdown reader: Try lhsCodeBlock before rawTeXBlock.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21