mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Reference: allow multiple authors #54

Closed miekg closed 5 years ago

miekg commented 5 years ago

Multiple authors in a reference were not parsed correctly, fix the reference struct to make the author a slice.

Fixes: #53