From 0d3221c22fdb13c036751b5cb55cfc24ee3efdec Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 1 Sep 2026 20:31:02 +0200 Subject: [PATCH] Hero description renders inline markdown The question-level description (hero subtitle) was plain text, so **bold** showed literal asterisks. Now it runs through render_inline_markdown like every other description. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index e1d8cd2..a7f247c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -687,7 +687,7 @@ fn Hero(title: String, description: String, landing: bool, site: SiteConfig, cur site_title

{title}

-

{description}

+

}