diff --git a/main.c b/main.c index 6f7f781..7bd59d5 100644 --- a/main.c +++ b/main.c @@ -340,6 +340,7 @@ main(int argc, char *argv[]) { "term-ansi", no_argument, &rfl, LOWDOWN_TERM_NOANSI }, { "term-no-colour", no_argument, &afl, LOWDOWN_TERM_NOCOLOUR }, { "term-colour", no_argument, &rfl, LOWDOWN_TERM_NOCOLOUR }, + { "term-no-rellinks", no_argument, &afl, LOWDOWN_TERM_NORELLINK }, { "term-nolinks", no_argument, &afl, LOWDOWN_TERM_NOLINK }, { "term-no-nolinks", no_argument, &rfl, LOWDOWN_TERM_NOLINK }, { "term-shortlinks", no_argument, &afl, LOWDOWN_TERM_SHORTLINK }, diff --git a/man/lowdown-diff.1 b/man/lowdown-diff.1 index 6a9c7a3..3d27b1b 100644 --- a/man/lowdown-diff.1 +++ b/man/lowdown-diff.1 @@ -379,7 +379,13 @@ Don't show URLs for images and links (autolinks are still shown). .Pq Link content is still shown. Overrides .Fl -term-shortlinks -for images and links. +and +.Fl -term-no-rellinks . +.It Fl -term-no-rellinks +Don't show URLs for relative links. +.Pq Link content is still shown. +Overrides +.Fl -term-shortlinks . .It Fl -term-shortlinks Shorten URLs for images, links, and autolinks to only the domain name and final path. diff --git a/man/lowdown.1 b/man/lowdown.1 index 9aa589f..e27f135 100644 --- a/man/lowdown.1 +++ b/man/lowdown.1 @@ -397,7 +397,13 @@ Don't show URLs for images and links (autolinks are still shown). .Pq Link content is still shown. Overrides .Fl -term-shortlinks -for images and links. +and +.Fl -term-no-rellinks . +.It Fl -term-no-rellinks +Don't show URLs for relative links. +.Pq Link content is still shown. +Overrides +.Fl -term-shortlinks . .It Fl -term-shortlinks Shorten URLs for images, links, and autolinks to only the domain name and final path.