mmarkdown / mmark

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

Add missing organization value in organization struct. Rename Abbrev attribute to "abbrev" to match RFC 7749. #64

Closed jboyd77 closed 5 years ago

jboyd77 commented 5 years ago

The Organization struct had two issues: one was the name of the "abbrev" attribute was incorrect; the other was the missing value in value.

This fixes #63