diff options
| -rw-r--r-- | md_tw.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -75,6 +75,7 @@ class TWBlockLexer(mistune.BlockLexer):              })      def _process_list_item(self, cap, bull): +        # from mistune with minor changes.          cap = self.rules.list_item.findall(cap)          _next = False | 
