summaryrefslogtreecommitdiffstats
path: root/md_tw.py
diff options
context:
space:
mode:
Diffstat (limited to 'md_tw.py')
-rw-r--r--md_tw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/md_tw.py b/md_tw.py
index 9f0c720..8b3c7a8 100644
--- a/md_tw.py
+++ b/md_tw.py
@@ -462,7 +462,7 @@ class TWMarkdown(mistune.Markdown):
txt = self.tok()
if rm_i_indent:
- txt = txt.lstrip()
+ txt = txt.lstrip(self.renderer.tw_get('initial_indent'))
# Don't remove initial indent after processing first item.
rm_i_indent = False