Age | Commit message (Expand) | Author | Files | Lines |
2016-04-10 | Markdown + HTML readers: be more forgiving about unescaped &. | John MacFarlane | 1 | -10/+15 |
2016-03-22 | Fixed bug in Markdown raw HTML parsing. | John MacFarlane | 1 | -1/+1 |
2016-03-10 | Fixed behavior of base tag. | John MacFarlane | 1 | -17/+11 |
2016-02-20 | Fixed some linter warnings. | John MacFarlane | 1 | -3/+3 |
2016-02-20 | HTML reader: rewrote htmlInBalanced. | John MacFarlane | 1 | -10/+39 |
2016-02-16 | HTML reader: properly handle an empty cell in a simple table. | John MacFarlane | 1 | -0/+1 |
2016-01-29 | HTML reader: handle multiple meta tags with same name. | John MacFarlane | 1 | -2/+6 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -3/+3 |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 1 | -1/+4 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -15/+11 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -1/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-22 | Fixed over-eager raw HTML inline parsing. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+2 |
2015-10-11 | HTML reader/writer: better handling of "section" elements. | John MacFarlane | 1 | -3/+10 |
2015-08-08 | HTML reader: add auto identifiers if not present on headers. | John MacFarlane | 1 | -7/+17 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -14/+4 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -1/+7 |
2015-07-27 | HTML Reader: Detect font-variant with pickStyleAttrProps | Ophir Lifshitz | 1 | -6/+5 |
2015-07-24 | HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS | Ophir Lifshitz | 1 | -17/+30 |
2015-07-21 | Fix regression: allow HTML comments containing `--`. | John MacFarlane | 1 | -4/+4 |
2015-07-21 | HTML reader: handle type attribute on ol. | John MacFarlane | 1 | -1/+8 |
2015-07-10 | Avoid parsing partial URLs as HTML tags. | John MacFarlane | 1 | -1/+8 |
2015-06-04 | HTML reader: allow `<body>` to close `<head>`. | John MacFarlane | 1 | -0/+1 |
2015-05-13 | HTML reader: Support base tag. | John MacFarlane | 1 | -7/+28 |
2015-05-11 | HTML reader: Fixed detection of self-closing tags. | John MacFarlane | 1 | -2/+2 |
2015-04-29 | HTML reader: Allow multiple colgroups in table. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-17 | More principled fix for #1820. | John MacFarlane | 1 | -5/+7 |
2015-04-17 | Fixed `htmlTag` in HTML reader. | John MacFarlane | 1 | -1/+1 |
2015-02-18 | Move utility error functions to Text.Pandoc.Shared | Matthew Pickering | 1 | -1/+1 |
2015-02-18 | Change return type of HTML reader | Matthew Pickering | 1 | -5/+12 |
2015-01-25 | fixes #1859 HTML Reader table parsing | mb21 | 1 | -11/+22 |
2014-11-16 | Make `embed` tag either block or inline. | John MacFarlane | 1 | -2/+2 |
2014-09-25 | HTML Reader: Recognise <br> tags inside <pre> blocks | mpickering | 1 | -1/+6 |
2014-08-18 | HTML reader: improved handling of tags that can be block or inline. | John MacFarlane | 1 | -5/+13 |
2014-08-16 | HTML reader: Parse appropriately styled span as SmallCaps. | John MacFarlane | 1 | -1/+6 |
2014-08-12 | EPUB Reader: Ignore title pages | Matthew Pickering | 1 | -4/+10 |
2014-08-08 | Added `native_divs` and `native_spans` extensions. | John MacFarlane | 1 | -1/+4 |
2014-08-08 | HTML EPUB exts: switch element can now be in either the inline or block position | Matthew Pickering | 1 | -9/+10 |
2014-08-07 | HTML reader: Really ignore DOCTYPE and xml declarations. | John MacFarlane | 1 | -2/+2 |
2014-08-04 | HTML reader: ignore <?xml..> and <DOCTYPE..> tags. | John MacFarlane | 1 | -1/+1 |
2014-08-04 | Use texmath 0.7 interface. | John MacFarlane | 1 | -2/+2 |
2014-07-31 | HTML Reader: Added ability to read MathML formatted <math> blocks | Matthew Pickering | 1 | -0/+16 |
2014-07-31 | HTML Reader: Added support for anchors on links and list items | Matthew Pickering | 1 | -4/+22 |
2014-07-31 | HTML Reader: Extended HTML Reader to recognise EPUB specific elements | Matthew Pickering | 1 | -28/+178 |
2014-07-26 | Generalised more in Parsing.hs to enable the use of custom state | Matthew Pickering | 1 | -18/+61 |
2014-07-20 | HTML reader: parse Div and Span elements even without `--parse-raw`. | John MacFarlane | 1 | -2/+0 |
2014-07-11 | Removed (>>~) function | Matthew Pickering | 1 | -3/+3 |