From 14261d29229ce1d3a7584c27a05a10cd884ee645 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 19 Feb 2018 05:12:53 +0000 Subject: md_tw.py: Update TWBlockLexer._process_list_item. * md_tw.py (TWBlockLexer)[_process_list_item]: Update method. --- md_tw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/md_tw.py b/md_tw.py index d2489f2..a292897 100644 --- a/md_tw.py +++ b/md_tw.py @@ -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 -- cgit v1.2.3