pretext icon indicating copy to clipboard operation
pretext copied to clipboard

Custom text in xref not supported when using first and last

Open sean-fitzpatrick opened this issue 4 years ago • 0 comments

The following construction should work:

<xref first="foo" last="bar" text="custom">Problems</xref>

but using it produces a pretext error: custom text was requested but no text was provided.

It works fine if I remove text="custom" and use the automatic text, and using it with @ref instead also works.

sean-fitzpatrick avatar Aug 12 '21 21:08 sean-fitzpatrick