bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
196 stars 23 forks source link

Expose document attributes in types.Metadata response #1107

Open DavidGamba opened 1 year ago

DavidGamba commented 1 year ago

I am building a static site generator and need the attributes to pull information like :date: 2023-03-17 and :draft: true.

Adding the attributes to types.Metadata would be the easiest way to access them.