commit ba4a5b9811dcdddd16ac932f4d6cfb171c281b8a
parent 7824c06e055a0124c4294a08d8c12b4484adf0bb
Author: Ellenor Bjornsdottir <ellenor@umbrellix.net>
Date: Wed, 24 Jan 2024 22:28:50 +0000
Add to the built-in man page in -h that non-Markdown markdowns are accepted
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/ussg-page b/ussg-page
@@ -153,6 +153,11 @@ Options:
-M/--markdown [markdown]
'Markdown' command line. Must accept Markdown on standard
input and produce fragmentary HTML on standard output.
+
+ Note: we do not check that you are actually using Markdown.
+ If you are instead using, e.g. mdoc, this should work, and
+ exactly this use is in place on Umbrellix.net and is
+ supported.
Default if not specified: env markdown
-R/--restricted
Restricted mode. Does not scribble on an already existing
@@ -166,7 +171,8 @@ Options:
Not applicable if either file is the standard descriptor.
The mtimes of the input and output files are compared.
Should the output file not exist, or should it be older
- than the input file,
+ than the input file, operate normally. Otherwise,
+ terminate early.
Specifying multiple short options together will result in them
being interpreted separately, including dash options that