kramdown-rfc icon indicating copy to clipboard operation
kramdown-rfc copied to clipboard

<eref>

Open mnot opened this issue 5 years ago • 7 comments

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.

mnot avatar Oct 29 '20 09:10 mnot

(this is relatively low priority)

mnot avatar Oct 29 '20 23:10 mnot

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"}

cabo avatar Oct 30 '20 00:10 cabo

Where is brackets= documented?

cabo avatar Oct 30 '20 00:10 cabo

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

mnot avatar Oct 30 '20 00:10 mnot

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.

mnot avatar Oct 30 '20 00:10 mnot

That text seems to be wrong (it uses round parentheses for "none").

cabo avatar Oct 30 '20 00:10 cabo

I make no comment as to the accuracy of that (unpublished) text.

mnot avatar Oct 30 '20 01:10 mnot