[Python-modules-commits] r32419 - in packages/python-markdown/trunk/debian (2 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Fri Apr 24 10:09:26 UTC 2015
Date: Friday, April 24, 2015 @ 10:09:24
Author: mitya57
Revision: 32419
Bring debian/markdown_py.1 in sync with upstream help output.
Modified:
packages/python-markdown/trunk/debian/changelog
packages/python-markdown/trunk/debian/markdown_py.1
Modified: packages/python-markdown/trunk/debian/changelog
===================================================================
--- packages/python-markdown/trunk/debian/changelog 2015-04-24 09:50:54 UTC (rev 32418)
+++ packages/python-markdown/trunk/debian/changelog 2015-04-24 10:09:24 UTC (rev 32419)
@@ -1,6 +1,7 @@
python-markdown (2.6.2-1) UNRELEASED; urgency=medium
* New upstream bugfix release.
+ * Bring debian/markdown_py.1 in sync with upstream help output.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 24 Apr 2015 12:50:39 +0300
Modified: packages/python-markdown/trunk/debian/markdown_py.1
===================================================================
--- packages/python-markdown/trunk/debian/markdown_py.1 2015-04-24 09:50:54 UTC (rev 32418)
+++ packages/python-markdown/trunk/debian/markdown_py.1 2015-04-24 10:09:24 UTC (rev 32419)
@@ -25,23 +25,31 @@
\fB\-e \fIENCODING\fR, \fB\-\-encoding=\fIENCODING\fR
Encoding for input and output files.
.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Suppress all warnings.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Print all warnings.
-.TP
\fB\-s \fISAFE_MODE\fR, \fB\-\-safe=\fISAFE_MODE\fR
-\'replace\', \'remove\' or \'escape\' HTML tags in input.
+Deprecated! \'replace\', \'remove\' or \'escape\' HTML tags in input.
.TP
\fB\-o \fIOUTPUT_FORMAT\fR, \fB\-\-output_format=\fIOUTPUT_FORMAT\fR
\'xhtml1\' (default), \'html4\' or \'html5\'.
.TP
-\fB\-\-noisy\fR
-Print debug messages.
+\fB\-n\fR, \fB\-\-no_lazy_ol\fR
+Observe number of first item of ordered lists.
.TP
\fB\-x \fIEXTENSION\fR, \fB\-\-extension=\fIEXTENSION\fR
Load extension EXTENSION.
.TP
-\fB\-n\fR, \fB\-\-no_lazy_ol\fR
-Observe number of first item of ordered lists.
+\fB\-c \fICONFIG_FILE\fR, \fB\-\-extension_configs=\fICONFIG_FILE\fR
+Read extension configurations from CONFIG_FILE.
+CONFIG_FILE must be of JSON or YAML format. YAML format requires python-yaml
+package to be installed. The parsed JSON or YAML must result in a Python
+dictionary which would be accepted by the \'extension_configs\' keyword on
+the markdown.Markdown class. The extensions must also be loaded with the
+\-\-extension option.
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+Suppress all warnings.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Print all warnings.
+.TP
+\fB\-\-noisy\fR
+Print debug messages.
More information about the Python-modules-commits
mailing list