X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=mdp.1;h=01523af637c0eecb983f49dfc3cfa53a34d42670;hp=9361e4f2e76a5fe9888ac62d70bf8fa3ac800f1e;hb=38d6a34dd282abfa10f7d083a3f8161f0649acea;hpb=0d91be86340f056df1590280fd3b3507ac23120f diff --git a/mdp.1 b/mdp.1 index 9361e4f..01523af 100644 --- a/mdp.1 +++ b/mdp.1 @@ -5,7 +5,7 @@ .\" . . -.TH MDP 1 "2015-04-10" "User Commands" +.TH MDP 1 "2016-04-02" "User Commands" .SH NAME mdp \- A command-line based markdown presentation tool @@ -33,6 +33,9 @@ or if the file name is the presentation is read from standard input. .SS "Output Control" .TP +.BR \-e ", " \-\^\-expand +Enable character entity expansion (e.g. '>' becomes '>'). +.TP .BR \-f ", " \-\^\-nofade Disable color fading in 256 color mode. .TP @@ -44,11 +47,34 @@ Disable transparency in transparent terminal. . .SS "Miscellaneous Options" .TP +.BR \-d ", " \-\^\-debug +Enable debug messages on STDERR. Add multiple times to increases debug level. +.TP .BR \-h ", " \-\^\-help Display usage message and exit. .TP -.BR \-d ", " \-\^\-debug -Enable debug messages on STDERR. Add multiple times to increases debug level. +.BR \-v ", " \-\^\-version +Display version and license information. +. +.SH ENVIRONMENT VARIABLES +.SS "Output Control" +.TP +.BR MDP_LIST_HEAD[1-3],\ MDP_LIST_OPEN[1-3] +Controls the list characters of unordered lists. + +The default is equivalent to: +.br +MDP_LIST_OPEN1=' | ' +.br +MDP_LIST_OPEN2=' | ' +.br +MDP_LIST_OPEN3=' | ' +.br +MDP_LIST_HEAD1=' +- ' +.br +MDP_LIST_HEAD2=' +- ' +.br +MDP_LIST_HEAD3=' +- ' . .SH MARKDOWN FORMATTING For a complete list of supported markups, refer the sample presentation @@ -137,7 +163,7 @@ Exit Written by Michael Goehler and others, see .IR https://github.com/visit1985/mdp/blob/master/AUTHORS "." .SH COPYRIGHT -Copyright (C) 2015 Michael Goehler +Copyright (C) 2016 Michael Goehler .PP This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.