bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose document attributes in types.Metadata response

DavidGamba opened this issue · comments

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.