1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Add rewrite functions: convert_text_link and nl2br

This commit is contained in:
Frédéric Guillot 2019-11-28 20:11:39 -08:00
parent 90064a8cf0
commit c43c9458a9
3 changed files with 25 additions and 0 deletions

View file

@ -28,4 +28,5 @@ var predefinedRules = map[string]string{
"treelobsters.com": "add_image_title",
"youtube.com": "add_youtube_video",
"xkcd.com": "add_image_title",
"framatube.org": "nl2br,convert_text_link",
}