From a8a5fcbfdbead2093ca23010ec684dc225830596 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 21 Feb 2017 02:14:57 +0000 Subject: mdl_style: Add LSBlockGrammar mdl_style.LSBlockLexer uses LSBlockGrammar instead of the default mistune.BlockGrammar. * mdl_style.py (LSBlockGrammar): Add class (_inline_tags, _valid_end, _block_tag): Add variables (from mistune). (_pure_pattern): Add function (from mistune). (LSBlockLexer): Update class. * markdown_link_style/_version.py (__version__): Update variable. --- markdown_link_style/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown_link_style') diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py index 5d3c1c3..1489137 100644 --- a/markdown_link_style/_version.py +++ b/markdown_link_style/_version.py @@ -18,4 +18,4 @@ # along with markdown-link-style (see COPYING). If not, see # . -__version__ = '0.1.0.dev2' +__version__ = '0.1.0.dev3' -- cgit v1.2.3