From 86c49b9f607723ecb001fead533f7f5f5156d152 Mon Sep 17 00:00:00 2001 From: cra88y Date: Sun, 11 Jan 2026 10:59:41 -0600 Subject: [PATCH] fix: embed style/script in article, remove top positioning --- gemini_flash.py | 115 +++++++++++++++++++++++------------------------- 1 file changed, 56 insertions(+), 59 deletions(-) diff --git a/gemini_flash.py b/gemini_flash.py index 425034a..fb299e2 100644 --- a/gemini_flash.py +++ b/gemini_flash.py @@ -172,67 +172,64 @@ class SXNGPlugin(Plugin): js_q = json.dumps(q_clean) html_payload = f''' - - + +

+ + ''' search.result_container.answers.add(results.types.Answer(answer=Markup(html_payload))) except Exception as e: