Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | Fix warning. | John MacFarlane | 1 | -2/+1 |
2017-12-27 | Small improvement to figcaption parsing. #4184. | John MacFarlane | 1 | -2/+0 |
2017-12-27 | Merge pull request #4184 from mb21/html-reader-figcaption | John MacFarlane | 1 | -4/+7 |
2017-12-27 | HTML reader: parse div with class `line-block` as LineBlock. | John MacFarlane | 1 | -1/+13 |
2017-12-23 | HTML Reader: be more forgiving about figcaption | mb21 | 1 | -4/+7 |
2017-12-06 | Markdown reader: accept processing instructions as raw HTML. | John MacFarlane | 1 | -2/+3 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -4/+9 |
2017-11-25 | Fix comment typo: s/elemnet/element/ | Alexander Krotov | 1 | -1/+1 |
2017-11-18 | HTML reader: ensure we don't produce level 0 headers, | John MacFarlane | 1 | -5/+5 |
2017-11-10 | HTML reader: hlint | Alexander Krotov | 1 | -31/+30 |
2017-11-01 | Really fix #3989. | John MacFarlane | 1 | -5/+12 |
2017-11-01 | hlint | Alexander Krotov | 1 | -5/+5 |
2017-10-31 | Fixed regression in parsing of HTML comments in markdown... | John MacFarlane | 1 | -2/+3 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -61/+63 |
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 1 | -1/+5 |
2017-10-24 | HTML reader: close td/th should close any open block tag... | John MacFarlane | 1 | -0/+2 |
2017-10-24 | HTML reader: td should close an open th or td. | John MacFarlane | 1 | -0/+1 |
2017-10-24 | Revert "HTML reader: td or th implicitly closes blocks within last td/th." | John MacFarlane | 1 | -5/+1 |
2017-10-24 | HTML reader: td or th implicitly closes blocks within last td/th. | John MacFarlane | 1 | -1/+5 |
2017-10-23 | HTML reader: `htmlTag` improvements. | John MacFarlane | 1 | -8/+19 |
2017-09-17 | Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`. | John MacFarlane | 1 | -6/+10 |
2017-09-04 | HTML reader: Fix pattern match. | John MacFarlane | 1 | -1/+1 |
2017-08-30 | HTML reader: improved handling of figure. | John MacFarlane | 1 | -17/+17 |
2017-08-17 | HTML reader: support column alignments. | John MacFarlane | 1 | -13/+30 |
2017-08-09 | HTML reader: parse <main> like <div role=main>. (#3791) | bucklereed | 1 | -7/+11 |
2017-07-22 | HTML Reader: parse figure and figcaption (#3813) | Mauro Bieg | 1 | -0/+20 |
2017-07-11 | HTML reader: Ensure that paragraphs are closed properly... | John MacFarlane | 1 | -0/+2 |
2017-06-27 | HTML reader: Use the lang value of <html> to set the lang meta value. (#3765) | bucklereed | 1 | -0/+9 |
2017-06-20 | Move CR filtering from tabFilter to the readers. | John MacFarlane | 1 | -2/+2 |
2017-06-19 | Separated tracing from logging. | John MacFarlane | 1 | -3/+2 |
2017-06-11 | Rewrote HTML reader to use Text throughout. | John MacFarlane | 1 | -137/+194 |
2017-06-10 | Changed all readers to take Text instead of String. | John MacFarlane | 1 | -2/+4 |
2017-06-02 | Fixed HTML reader. | John MacFarlane | 1 | -2/+3 |
2017-06-01 | HTML reader: Use sets instead of lists for block tag lookup. | John MacFarlane | 1 | -50/+43 |
2017-06-01 | HTML reader: Removed "button" from block tag list. | John MacFarlane | 1 | -1/+1 |
2017-05-24 | HTML reader: Add `details` tag to list of block tags. | John MacFarlane | 1 | -1/+2 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-23 | HTML reader: Revise treatment of li with id attribute. | John MacFarlane | 1 | -2/+6 |
2017-03-18 | HTML reader: Better sanity checks on raw HTML. | John MacFarlane | 1 | -6/+17 |
2017-03-12 | Issue warning for duplicate header identifiers. | John MacFarlane | 1 | -5/+11 |
2017-03-04 | Fixed some loose ends in #1592. | John MacFarlane | 1 | -1/+3 |
2017-02-20 | Tighten up HasQuoteContext instance in HTML reader. | John MacFarlane | 1 | -1/+1 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -6/+4 |
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -1/+2 |
2017-02-10 | HTML reader: Added warnings for ignored material. | John MacFarlane | 1 | -5/+14 |
2017-02-06 | Removed --parse-raw and readerParseRaw. | John MacFarlane | 1 | -7/+7 |
2017-01-25 | More logging-related changes. | John MacFarlane | 1 | -9/+5 |
2017-01-25 | Changes to verbosity in writer and reader options. | John MacFarlane | 1 | -3/+3 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Working on readers. | Jesse Rosenthal | 1 | -98/+115 |