aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2013-08-20HTML reader: Improved handling of code with --parse-raw.issue221John MacFarlane
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane
2013-08-18Allow multiple YAML metadata blocks in document.John MacFarlane
2013-08-17Markdown reader: Parse span, div tags as Span, Div elements.John MacFarlane
2013-08-17Markdown reader: Don't generate blank title, author, date elements.John MacFarlane
2013-08-16LaTeX reader: parse label after section command and set id.John MacFarlane
2013-08-16LaTeX reader missing \oe and \OE charactersScott Morrison
2013-08-16adding support for breve accents via \u{} while reading LaTeXScott Morrison
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane
2013-08-10Adjustments for new Format newtype.John MacFarlane
2013-08-08Revert "Textile reader: Removed raw LaTeX parsing."John MacFarlane
2013-08-08Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane
2013-08-07Textile reader: Removed raw LaTeX parsing.John MacFarlane
2013-08-07Allow YAML title blocks to contain only comments.John MacFarlane
2013-08-06Added support for MetaBool.John MacFarlane
2013-07-29Markdown atx headers: Allow `.` or `)` after `#` if no `fancy_lists`.John MacFarlane
2013-07-25LaTeX reader: Support `\v{}` for hacek.John MacFarlane
2013-07-25Textile reader: Improved handling of `<pre>` blocks.John MacFarlane
2013-07-21LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane
2013-07-20Markdown reader: Improved strong/emph parsing.John MacFarlane
2013-07-17Added `ignore_line_breaks` markdown extension.John MacFarlane
2013-07-16HTML reader: read widths from col tags if present.John MacFarlane
2013-07-16HTML reader: Handle non-simple tables (#893).John MacFarlane
2013-07-16HTML reader: Generalized table parser.John MacFarlane
2013-07-02Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane
2013-07-02Markdown reader: Better error messages for yaml headers.John MacFarlane
2013-07-01Markdown reader: Ignore fields ending with _ in YAML headers.John MacFarlane
2013-07-01Emit warning instead of failing on invalid YAML header.John MacFarlane
2013-06-27LaTeX reader: Support alltt environment.John MacFarlane
2013-06-25Fixed 'authors' metadata parsing in reST.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-06-19Markdown reader: Check for blank lines first in blocks.John MacFarlane
2013-06-19Properly handle blank line at beginning of input.John MacFarlane
2013-06-19Improved code readability.John MacFarlane
2013-06-19Markdown reader: fixed bug in unmatched reference links.John MacFarlane
2013-06-18RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane
2013-06-11Textile reader: Correctly handle entities.John MacFarlane
2013-05-20MediaWiki reader: Ignore attributes on headers.John MacFarlane
2013-05-20MediaWiki reader: Skip attributes on table rows.John MacFarlane
2013-05-13Markdown reader: Allow internal `+` in citation identifiers.John MacFarlane
2013-05-12LaTeX reader: Skip positional options after `\begin{figure}`.John MacFarlane
2013-05-09Treat `\textsl` as emphasized text in LaTeX reader.John MacFarlane
2013-04-23Markdown reader: Implemented `Ext_ascii_identifiers`.John MacFarlane
2013-04-19Markdown reader: minor code cleanup.John MacFarlane
2013-04-14Haddock reader improvements.John MacFarlane
2013-04-09Removed unnecessary OPTIONS flag in Haddock/Parse.y.John MacFarlane
2013-04-09Fixed Haddock reader bugs with list item spaces and examples.John MacFarlane
2013-04-04Haddock reader: leaving Space alone in @...@ seems more semantically correct.David Lazar
2013-04-04Haddock reader: derive Show for Token, making debugging easier.David Lazar
2013-03-31LaTeX reader: Support `\textasciitilde`, `\textasciicircum`.John MacFarlane