bytesparadise / libasciidoc

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

Expose Attributes in types.Metadata response #1108

Open DavidGamba opened 1 year ago

DavidGamba commented 1 year ago

Fixes #1107

xcoulon commented 1 year ago

This looks good, but some tests fail because of the unexpected attributes in the resulting metadata (for example, here)

DavidGamba commented 1 year ago

I apologize I haven't had the time to fix the tests. I'll get this fixed and let you know when to take another look. Thanks @xcoulon