yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k stars 255 forks source link

Attribute unnecessary reread fix #118

Closed zzwx closed 4 years ago

zzwx commented 4 years ago

Seems like it rereads the whole attributes block beyond opening '{' even when it was a successful parse. I couldn't find any failing tests.

zzwx commented 4 years ago

... except these strange fails due to my stupid closing / reopening - I hope!