| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-02-22 | Handle HTML 'ol' start attribute in shr.el | Nicholas Drozd | 2 | -0/+48 | |
| * lisp/net/shr.el (shr-tag-ol): Don't automatically assume 1-indexing for all ordered lists, use <ol> if given. * etc/NEWS: Announce change in shr behavior. * test/data/shr/ol.html: * test/data/shr/ol.txt: New test data files. | |||||
| 2016-04-24 | Encode the shr tests files with trailing white space | Lars Magne Ingebrigtsen | 1 | -3/+3 | |
| 2016-03-25 | (shr-insert): Respect non-breaking space in non-<pre> text | Lars Magne Ingebrigtsen | 2 | -0/+13 | |
| * lisp/net/shr.el (shr-insert): Respect non-breaking space in non-<pre> text. | |||||
| 2016-03-20 | Further empty <li> tweaks | Lars Magne Ingebrigtsen | 2 | -0/+4 | |
| * lisp/net/shr.el (shr-tag-li): When showing several empty <li> elements, ensure that they really get inserted on a new line. | |||||
| 2016-03-20 | Don't remove too much white space at the end of documents | Lars Magne Ingebrigtsen | 1 | -1/+1 | |
| * lisp/net/shr.el (shr--remove-blank-lines-at-the-end): Don't remove too much white space -- leave it on the last line (in case there's a background color). | |||||
| 2016-03-20 | Add tests for empty <ul><li> | Lars Magne Ingebrigtsen | 2 | -0/+7 | |
| 2016-03-20 | Add more shr HTML rendering tests | Lars Magne Ingebrigtsen | 5 | -1/+20 | |
| 2016-03-20 | Add a test harness for shr HTML rendering and one test | Lars Magne Ingebrigtsen | 2 | -0/+4 | |