1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00
miniflux-v2/internal/reader/rewrite
Julien Voisin a913f3f75f
feat(rewrite)!: remove parse_markdown rewrite rule
It was added in 2022 by #1513, to support blog.laravel.com, which has
since switched to HTML. The Atom 0.3/1.0, RSS 1.0/2.0, RDF, and JSON formats
don't support markdown in their spec, and any website serving it there should
be considered as buggy and fixed.

This shaves off 2MB from the miniflux binary, which is quite steep for a
feature that nobody is/should be using, and remove a dependency which is always
a good thing.
2024-12-08 14:34:47 -08:00
..
rewrite_functions.go feat(rewrite)!: remove parse_markdown rewrite rule 2024-12-08 14:34:47 -08:00
rewriter.go feat(rewrite)!: remove parse_markdown rewrite rule 2024-12-08 14:34:47 -08:00
rewriter_test.go Add some tests for add_image_title 2024-02-27 20:41:15 -08:00
rules.go feat(rewrite)!: remove parse_markdown rewrite rule 2024-12-08 14:34:47 -08:00