Open
Description
Per #505 (comment), I would like to use the linkattrs functionality described here:
https://asciidoctor.org/docs/asciidoc-writers-guide/#target-window-and-role-attributes-for-links
When I try any of the examples there in the Glossary, for example:
== Introduction
:linkattrs:
Chat with other Asciidoctor users on the http://discuss.asciidoctor.org/[*mailing list*^, role="green"].
the attributes are not recognized. They're output as:
<a class="ulink" href="http://discuss.asciidoctor.org/" target="_top"><span class="strong strong"><strong>mailing list</strong></span>^, role="green"</a>