From 85d4a9799ce2ce663af25be8c7e8f59f8d43761d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 14 Aug 2025 04:18:31 +0700 Subject: feat: parse gallery caption as an inline markdown feat: stylize href links for themes feat: adapt map palette for dark themes like night and ram feat: add popup for markers on maps feat: dump z-index from 13 to 8 for zoom on region level feat: show timezone in catalogue with colon fix: ignore empty lines inside gallery block fix: enable closing tag for gallery block with slash fix: on filter reset in catalogue default to publication date desc sort --- internal/lightgallery/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/lightgallery/block.go') diff --git a/internal/lightgallery/block.go b/internal/lightgallery/block.go index 072aa3c..8eb7c9e 100644 --- a/internal/lightgallery/block.go +++ b/internal/lightgallery/block.go @@ -15,7 +15,7 @@ type LightGalleryBlock struct { type LightGalleryImage struct { URL string - Caption string + Caption []byte } var KindLightGalleryBlock = ast.NewNodeKind("LightGalleryBlock") -- cgit v1.3.1+13