summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Removed dependency on citeproc-hs.John MacFarlane2013-08-24
* Moved most of Text.Pandoc.Readers.TeXMath to texmath 0.6.4.John MacFarlane2013-08-24
* Merge pull request #960 from semorrison/masterJohn MacFarlane2013-08-21
|\
| * cedilla-o breaks the compile, removing againScott Morrison2013-08-21
| * adding some cedilla characters to the LaTeX readerScott Morrison2013-08-21
* | Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* | Allow multiple YAML metadata blocks in document.John MacFarlane2013-08-18
* | Markdown reader: Parse span, div tags as Span, Div elements.John MacFarlane2013-08-17
* | Markdown reader: Don't generate blank title, author, date elements.John MacFarlane2013-08-17
* | LaTeX reader: parse label after section command and set id.John MacFarlane2013-08-16
|/
* LaTeX reader missing \oe and \OE charactersScott Morrison2013-08-16
* adding support for breve accents via \u{} while reading LaTeXScott Morrison2013-08-16
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Revert "Textile reader: Removed raw LaTeX parsing."John MacFarlane2013-08-08
* Added Text.Pandoc.Compat.TagSoupEntity.John MacFarlane2013-08-08
* Textile reader: Removed raw LaTeX parsing.John MacFarlane2013-08-07
* Allow YAML title blocks to contain only comments.John MacFarlane2013-08-07
* Added support for MetaBool.John MacFarlane2013-08-06
* Markdown atx headers: Allow `.` or `)` after `#` if no `fancy_lists`.John MacFarlane2013-07-29
* LaTeX reader: Support `\v{}` for hacek.John MacFarlane2013-07-25
* Textile reader: Improved handling of `<pre>` blocks.John MacFarlane2013-07-25
* LaTeX reader: Don't add spurious ", " to citation suffixes.John MacFarlane2013-07-21
* Markdown reader: Improved strong/emph parsing.John MacFarlane2013-07-20
* Added `ignore_line_breaks` markdown extension.John MacFarlane2013-07-17
* HTML reader: read widths from col tags if present.John MacFarlane2013-07-16
* HTML reader: Handle non-simple tables (#893).John MacFarlane2013-07-16
* HTML reader: Generalized table parser.John MacFarlane2013-07-16
* Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane2013-07-02
* Markdown reader: Better error messages for yaml headers.John MacFarlane2013-07-02
* Markdown reader: Ignore fields ending with _ in YAML headers.John MacFarlane2013-07-01
* Emit warning instead of failing on invalid YAML header.John MacFarlane2013-07-01
* LaTeX reader: Support alltt environment.John MacFarlane2013-06-27
* Fixed 'authors' metadata parsing in reST.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Markdown reader: Check for blank lines first in blocks.John MacFarlane2013-06-19
* Properly handle blank line at beginning of input.John MacFarlane2013-06-19
* Improved code readability.John MacFarlane2013-06-19
* Markdown reader: fixed bug in unmatched reference links.John MacFarlane2013-06-19
* RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane2013-06-18
* Textile reader: Correctly handle entities.John MacFarlane2013-06-11
* MediaWiki reader: Ignore attributes on headers.John MacFarlane2013-05-20
* MediaWiki reader: Skip attributes on table rows.John MacFarlane2013-05-20
* Markdown reader: Allow internal `+` in citation identifiers.John MacFarlane2013-05-13
* LaTeX reader: Skip positional options after `\begin{figure}`.John MacFarlane2013-05-12
* Treat `\textsl` as emphasized text in LaTeX reader.John MacFarlane2013-05-09
* Markdown reader: Implemented `Ext_ascii_identifiers`.John MacFarlane2013-04-23
* Markdown reader: minor code cleanup.John MacFarlane2013-04-19
* Haddock reader improvements.John MacFarlane2013-04-14
* Removed unnecessary OPTIONS flag in Haddock/Parse.y.John MacFarlane2013-04-09