xml2rfc icon indicating copy to clipboard operation
xml2rfc copied to clipboard

fix: Include figure prefix in name before rendering text

Open kesara opened this issue 3 years ago • 3 comments

Fixes #https://github.com/ietf-tools/xml2rfc/issues/961

kesara avatar Feb 02 '23 08:02 kesara

Is the same fix needed for all the other uses of .tjoin()? If not, why not?

cabo avatar Feb 02 '23 12:02 cabo

Is the same fix needed for all the other uses of .tjoin()? If not, why not?

tjoin() is used to render reference, references -> name, section -> name, table -> name. I'll experiment and see if this fix is adversely affecting any of those.

kesara avatar Feb 02 '23 21:02 kesara

I'll experiment and see if this fix is adversely affecting any of those.

I just thought that they may have the same bug that Alice reported (line-breaking hyphens and putting them back together with a superfluous space), which would need to be fixed in a similar way.

cabo avatar Feb 02 '23 21:02 cabo