diff options
-rw-r--r-- | smp.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -40,6 +40,11 @@ Shorthand for running the expr command, expands all arguments, and executes it o Format a RFC3339-timestamp to the specified format. Format is similar to strftime. Only available if the \fBtime\fR-feature was enabled during compilation. +.IP "\fBhtml_from_markdown(<markdown>)\fR" +If compiled with \fBmarkdown\fR, this macro will convert it's argument from markdown to html. +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. + .SH OPTIONS If a input file is provided, that will be processed. If not, a sort of interactive REPL will be started instead. |