summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-09-26 00:11:06 +0200
committerQrius <[email protected]>2024-09-26 00:11:06 +0200
commit0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31 (patch)
treedd28d8b9273d0ec94023ccfe68676f88e0f42af7
parent81affd4017870bd3f24a753bd4b937d86bd8da76 (diff)
downloadskaldpress-0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31.tar.gz
skaldpress-0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31.zip
Add comment on wodl macro
-rw-r--r--smp.14
1 files changed, 4 insertions, 0 deletions
diff --git a/smp.1 b/smp.1
index 888cced..297d036 100644
--- a/smp.1
+++ b/smp.1
@@ -59,6 +59,10 @@ If compiled with \fBmarkdown\fR, this macro will convert it's argument from mark
It will process it's input twice before actually doing the conversion. This is to remove the outer quotes of a argument.
So you should probably always quote arguments to this.
+.IP "\fBwodl(<url>)\fR"
+If compiled with \fBdeadlinks\fR, this macro will always return it's argument.
+But it will also perform a request to the link, and emit a warning if it it doesn't return HTTP 200 OK.
+
.SH OPTIONS
If a input file is provided, that will be processed.
If not, a sort of interactive REPL will be started instead.