miniflux-v2/reader/rewrite
dzaikos 45d7105ed1 Refactor AddImageTitle rewriter.
* Only processes images with `src` **and** `title` attributes (others are ignored).
* Processes **all** images in the document (not just the first one).
* Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag.

Updated xkcd rewriter unit test.

Added another xkcd rewriter unit test to check rendering of images without title tags.
2018-06-26 17:50:18 -04:00
..
rewrite_functions.go Refactor AddImageTitle rewriter. 2018-06-26 17:50:18 -04:00
rewriter.go Improve content scraper 2017-12-13 21:30:40 -08:00
rewriter_test.go Refactor AddImageTitle rewriter. 2018-06-26 17:50:18 -04:00
rules.go Add the possibility to define rewrite rules for each feed 2017-12-11 22:16:32 -08:00