From: Dmitry S. <man...@us...> - 2023-08-05 16:24:52
|
Another possibility would be using the `.UR` / `.UE` macros to produce hyperlinks. They are described in groff_man(7) man page. The macros themselves are supported by groff since 2007, but the next groff version will enable them for terminal devices (using OSC 8 escape sequence). See groff commit 9dadd72a3c9cd40c20e06e80e918a68badf83b0f. Debian's groff version 1.23.0-1 (and newer) already includes support for them. --- **[feature-requests:#72] rst2man: Show reference targets** **Status:** open **Group:** Default **Created:** Wed Aug 26, 2020 03:47 PM UTC by Petr Viktorin **Last Updated:** Fri Aug 04, 2023 10:10 AM UTC **Owner:** engelbert gruber Currently, the manpage writer writes a reference like `ALT TEXT <URL>` as just `ALT TEXT`, with alternate font. Would it be better to render it as, for example, `ALT TEXT [URL]`, so the information is not lost? --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |