summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-01-14 16:43:24 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-01-14 16:43:24 +0000
commit41009adcab5e9515244f0f8bdd0ea0edc8b7f1c6 (patch)
treee548bd3460e9387d1e8527be72962a9c13343761
parent5a9049d7f8289ffb5ca42fa63207453adca492dc (diff)
downloaddocutils-41009adcab5e9515244f0f8bdd0ea0edc8b7f1c6.tar.gz
added warking on --strip-* options
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5501 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/user/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/config.txt b/docs/user/config.txt
index 9361db1bb..9bcb05bea 100644
--- a/docs/user/config.txt
+++ b/docs/user/config.txt
@@ -404,6 +404,8 @@ _`strip_classes`
List of "classes" attribute values to remove from all elements in
the document tree.
+ .. WARNING:: Potentially dangerous; use with caution.
+
Default: disabled (None). Option: ``--strip-class``.
_`strip_comments`
@@ -416,6 +418,8 @@ _`strip_elements_with_classes`
List of "classes" attribute values; matching elements to be
removed from the document tree.
+ .. WARNING:: Potentially dangerous; use with caution.
+
Default: disabled (None). Option: ``--strip-element-with-class``.
_`title`