Skip to content

Commit 07094e1

Browse files
authored
Merge branch 'main' into feature/workflow-graph
2 parents f685d5f + 00cc84e commit 07094e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/mdstripper/mdstripper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (r *stripRenderer) Render(w io.Writer, source []byte, doc ast.Node) error {
4646
coalesce := prevSibIsText
4747
r.processString(
4848
w,
49-
v.Text(source), //nolint:staticcheck // Text is deprecated
49+
v.Value(source),
5050
coalesce)
5151
if v.SoftLineBreak() {
5252
r.doubleSpace(w)

0 commit comments

Comments
 (0)