diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:06 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:06 +0200 |
commit | 0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31 (patch) | |
tree | dd28d8b9273d0ec94023ccfe68676f88e0f42af7 | |
parent | 81affd4017870bd3f24a753bd4b937d86bd8da76 (diff) | |
download | skaldpress-0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31.tar.gz skaldpress-0c4d9e06105a32d22ca15d4e0db20b2db8fc2b31.zip |
Add comment on wodl macro
-rw-r--r-- | smp.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |