diff --git a/kernel/sql/block.go b/kernel/sql/block.go index f9032617b..c066c02b8 100644 --- a/kernel/sql/block.go +++ b/kernel/sql/block.go @@ -196,6 +196,7 @@ func nodeStaticContent(node *ast.Node, excludeTypes []string, includeTextMarkATi buf.WriteString(inline.Content()) } } + buf.WriteByte(' ') } } return ast.WalkContinue