diff options
Diffstat (limited to 'internal/lightgallery/block.go')
| -rw-r--r-- | internal/lightgallery/block.go | 2 |
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") |