| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle HTML 'ol' start attribute in shr.el | Nicholas Drozd | 2019-02-22 | 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. | ||||
| * | Encode the shr tests files with trailing white space | Lars Magne Ingebrigtsen | 2016-04-24 | 1 | -3/+3 |
| | | |||||
| * | (shr-insert): Respect non-breaking space in non-<pre> text | Lars Magne Ingebrigtsen | 2016-03-25 | 2 | -0/+13 |
| | | | | | | * lisp/net/shr.el (shr-insert): Respect non-breaking space in non-<pre> text. | ||||
| * | Further empty <li> tweaks | Lars Magne Ingebrigtsen | 2016-03-20 | 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. | ||||
| * | Don't remove too much white space at the end of documents | Lars Magne Ingebrigtsen | 2016-03-20 | 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). | ||||
| * | Add tests for empty <ul><li> | Lars Magne Ingebrigtsen | 2016-03-20 | 2 | -0/+7 |
| | | |||||
| * | Add more shr HTML rendering tests | Lars Magne Ingebrigtsen | 2016-03-20 | 5 | -1/+20 |
| | | |||||
| * | Add a test harness for shr HTML rendering and one test | Lars Magne Ingebrigtsen | 2016-03-20 | 2 | -0/+4 |