aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane2-5/+7
2013-09-01Factored out registerHeader from markdown reader, added to Parsing.John MacFarlane1-28/+2
2013-08-28LaTeX reader: allow spaces in alignment spec in tables.John MacFarlane1-2/+3
2013-08-27LaTeX reader: Allow accents with combining characters.John MacFarlane1-185/+185
2013-08-27Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane3-91/+6
2013-08-25Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane1-1/+2
2013-08-24Removed dependency on citeproc-hs.John MacFarlane2-8/+2
2013-08-24Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.John MacFarlane1-82/+2
2013-08-22Write id for code block to label attr in latex when listing is usedFlorian Eitel1-1/+2
2013-08-21LaTeX reader: Added o-cedilla.John MacFarlane1-0/+2
2013-08-21Merge pull request #960 from semorrison/masterJohn MacFarlane1-0/+6
2013-08-21cedilla-o breaks the compile, removing againScott Morrison1-2/+0
2013-08-21adding some cedilla characters to the LaTeX readerScott Morrison1-0/+8
2013-08-20Create Cite element even if no matching reference in the biblio.John MacFarlane1-9/+12
2013-08-18Allow multiple YAML metadata blocks in document.John MacFarlane1-51/+56
2013-08-17Markdown reader: Parse span, div tags as Span, Div elements.John MacFarlane1-0/+22
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