fixed heap-buffer-overflow in url_count_inline, fixes #122
[smdp.git] / mdp.1
diff --git a/mdp.1 b/mdp.1
index 6179d61..01523af 100644 (file)
--- a/mdp.1
+++ b/mdp.1
@@ -5,7 +5,7 @@
 .\"
 .
 .
-.TH MDP 1 "2016-02-07" "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
@@ -53,6 +56,26 @@ Display usage message and exit.
 .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
 (sample.md) provided alongside