summaryrefslogtreecommitdiff
path: root/internal/lightgallery/block.go
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'internal/lightgallery/block.go')
-rw-r--r--internal/lightgallery/block.go2
1 files changed, 1 insertions, 1 deletions
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")