Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-16 20:55:02 +08:00
parent 5a3ad845d2
commit 2dbef55788
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ type RiffCard struct {
func (block *Block) IsContainerBlock() bool {
switch block.Type {
case "NodeDocument", "NodeBlockquote", "NodeList", "NodeListItem", "NodeSuperBlock":
case "NodeDocument", "NodeBlockquote", "NodeList", "NodeListItem", "NodeSuperBlock", "NodeCallout":
return true
}
return false