<eref>
Is it possible to generate an <eref brackets="angle" target=""/> from kramdown?
Might be a sensible default for syntax like <https://example.com/> if workable.
(this is relatively low priority)
I don't think one should ever use <eref>, so I haven't thought about it much.
Do you need any support beyond the usual IAL hack:
<https://example.com/>{: brackets="angle"}
Where is brackets= documented?
It's currently in use by the RPC. I can only find it here: https://github.com/rfc-format/draft-iab-xml2rfc-v3-bis/blob/master/draft-iab-rfc7991bis.xml
I realised that after filing.
{: brackets="angle"} does indeed work (thanks!); I'm just wondering if the default should be do to that, since that's what the RPC will do.
That text seems to be wrong (it uses round parentheses for "none").
I make no comment as to the accuracy of that (unpublished) text.