From d09267cd6c675134d7db4a8cc8504a262af39ab4 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 19 Sep 2024 18:56:28 +0200 Subject: [PATCH] docs: update features in README Added details on image proxying and GitHub gists embedding to the README. Clarified iframe loading behavior to improve documentation regarding user consent. This makes the README more comprehensive and informs users about these functionalities. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f07b47..abe85ef 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Small is an alternative frontend for Medium articles, built with Flask. It allow - Clean, minimalist interface for reading Medium articles - Fetches article content directly from Medium's GraphQL API - Parses and displays article content, including text and basic formatting +- Proxies embedded images and GitHub gists +- Prevents loading iframes without user consent - Responsive design for comfortable reading on various devices ## Installation