pretext
pretext copied to clipboard
Custom text in xref not supported when using first and last
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.