summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Make sure verse blocks can contain empty linesAlbert Krewinkel2015-09-19
* Merge pull request #2364 from gbataille/bugDocJohn MacFarlane2015-08-17
|\
| * [BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille2015-08-17
* | RST reader: better handling of indirect roles.John MacFarlane2015-08-15
* | Merge pull request #2360 from jg/issue-2354John MacFarlane2015-08-15
|\ \
| * | Org reader: add auto identifiers if not present on headersJuliusz Gonera2015-08-15
* | | EPUB reader: stop mangling external URLs.John MacFarlane2015-08-10
|/ /
* | MediaWiki reader: handle unquoted table attributes.John MacFarlane2015-08-08
* | HTML reader: add auto identifiers if not present on headers.John MacFarlane2015-08-08
* | DocBook reader: handle informalexample.John MacFarlane2015-08-08
* | LaTeX reader: Implement \Cite.John MacFarlane2015-08-08
* | Merge pull request #2327 from hftf/list-styleJohn MacFarlane2015-08-07
|\ \ | |/ |/|
| * HTML Reader: Detect font-variant with pickStyleAttrPropsOphir Lifshitz2015-07-27
| * HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz2015-07-24
* | Pipe tables: allow indented columns.John MacFarlane2015-07-27
* | Merge pull request #1689 from kuribas/masterJohn MacFarlane2015-07-25
|\ \
| * | Use '=' instead of '#' for atx-style headers in markdown+lhs.Kristof Bastiaensen2014-10-14
* | | Added odt readerMarLinn2015-07-23
| |/ |/|
* | Updated tests and removed a skipSpaces....John MacFarlane2015-07-23
* | Merge pull request #2323 from hftf/implicit-header-refsJohn MacFarlane2015-07-23
|\ \
| * | Markdown Reader: Skip spaces in headersOphir Lifshitz2015-07-23
* | | LaTeX reader: support abstract environment.John MacFarlane2015-07-23
|/ /
* | Fix regression: allow HTML comments containing `--`.John MacFarlane2015-07-21
* | HTML reader: handle type attribute on ol.John MacFarlane2015-07-21
* | LaTeX reader: properly handle booktabs lines.John MacFarlane2015-07-21
* | Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
* | Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
* | Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
* | Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* | Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane2015-06-29
|\ \
| * | Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* | | LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane2015-06-29
* | | LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane2015-06-29
|/ /
* | DocBook reader mediaobjects and figures, closes #2184mb212015-06-21
* | HTML reader: allow `<body>` to close `<head>`.John MacFarlane2015-06-04
* | Removed tab chars in Textile reader source.John MacFarlane2015-05-28
* | Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane2015-05-26
|\ \
| * | Org reader: generalize code block result parsingAlbert Krewinkel2015-05-23
| * | Reorder block arguments parsing codeAlbert Krewinkel2015-05-23
* | | Org reader: drop trees with a :noexport: tagAlbert Krewinkel2015-05-23
* | | Org reader: put header tags into empty spansAlbert Krewinkel2015-05-23
|/ /
* | Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
* | HTML reader: Support base tag.John MacFarlane2015-05-13
* | Fixed regression in charsInBalancedBrackets.John MacFarlane2015-05-13
* | HTML reader: Fixed detection of self-closing tags.John MacFarlane2015-05-11
* | Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane2015-05-03
* | HTML reader: Allow multiple colgroups in table.John MacFarlane2015-04-29
* | Fixed regression with lists inside defintiion lists.John MacFarlane2015-04-26
* | Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* | LaTeX reader: recognize `\newpage` as a block command.John MacFarlane2015-04-22