diff options
Diffstat (limited to 'vendor/github.com/yuin/goldmark/parser/delimiter.go')
| -rw-r--r-- | vendor/github.com/yuin/goldmark/parser/delimiter.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/yuin/goldmark/parser/delimiter.go b/vendor/github.com/yuin/goldmark/parser/delimiter.go index 93b32de..be58c2b 100644 --- a/vendor/github.com/yuin/goldmark/parser/delimiter.go +++ b/vendor/github.com/yuin/goldmark/parser/delimiter.go @@ -207,6 +207,7 @@ func ProcessDelimiters(bottom ast.Node, pc Context) { closer.ConsumeCharacters(consume) node := opener.Processor.OnMatch(consume) + node.(interface{ SetPos(int) }).SetPos(opener.Segment.Start) parent := opener.Parent() child := opener.NextSibling() |
