diff --git a/wrp.go b/wrp.go index de210c3..718138e 100644 --- a/wrp.go +++ b/wrp.go @@ -443,7 +443,6 @@ func (rq *wrpReq) toMarkdown() { link.Destination = append([]byte("?t=txt&url="), link.Destination...) } if _, ok := node.(*ast.Image); ok && entering { - //image.Destination = nil ast.RemoveFromTree(node) } return ast.GoToNext