mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Minor fix
This commit is contained in:
parent
f675a65632
commit
51ada8006a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ func (b *definitionDescriptionParser) Open(parent gast.Node, reader text.Reader,
|
|||
}
|
||||
w += pos + 1
|
||||
|
||||
if w != list.Offset {
|
||||
if w < list.Offset {
|
||||
return nil, parser.NoChildren
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue