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