mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Attribute unnecessary reread fix
This commit is contained in:
parent
ff84cd3a51
commit
42557d7d29
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ func parseLastLineAttributes(node ast.Node, reader text.Reader, pc Context) {
|
|||
sl, start = lr.Position()
|
||||
attrs, ok = ParseAttributes(lr)
|
||||
_, end = lr.Position()
|
||||
lr.SetPosition(sl, start)
|
||||
lr.SetPosition(sl, end)
|
||||
}
|
||||
lr.Advance(1)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue