aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/util.py')
-rw-r--r--markdown/util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/markdown/util.py b/markdown/util.py
index 4890b89..c170368 100644
--- a/markdown/util.py
+++ b/markdown/util.py
@@ -15,8 +15,7 @@ Constants you might want to modify
-----------------------------------------------------------------------------
"""
-# default logging level for command-line use
-COMMAND_LINE_LOGGING_LEVEL = CRITICAL
+
TAB_LENGTH = 4 # expand tabs to this many spaces
ENABLE_ATTRIBUTES = True # @id = xyz -> <... id="xyz">
SMART_EMPHASIS = True # this_or_that does not become this<i>or</i>that