Re: asciidoctorj and document attributes
Posted by Daniel K on May 12, 2020; 3:19pm
URL: https://discuss.asciidoctor.org/asciidoctorj-and-document-attributes-tp5960p7988.html
Hi all,
does somebody know if there is already solution for this issue?
I am facing the same problem:
====== Title
[#myid]
:status: new
:otherattr:
--
Bla Bla Bla
--
I need to access the attributes :status:, :otherattr: within a TreeProcessor.
Is there maybe a workaround in asciidoctorj 1.6.x? E.g. using Ruby directly?
Thanks!