diff --git a/kernel/sql/block.go b/kernel/sql/block.go index d7ebbc096..8ddef4489 100644 --- a/kernel/sql/block.go +++ b/kernel/sql/block.go @@ -187,7 +187,7 @@ func nodeStaticContent(node *ast.Node, excludeTypes []string, includeTextMarkATi buf.WriteString(n.CalloutIcon + " ") } if "" != n.CalloutTitle { - buf.WriteString(n.CalloutTitle) + buf.WriteString(n.CalloutTitle + " ") } } return ast.WalkContinue