\@s{dZddlmZddlmZddlmZddlmZdZd Z Gd d d eZ id d Z dS)a Smart_Strong Extension for Python-Markdown ========================================== This extention adds smarter handling of double underscores within words. Simple Usage: >>> import markdown >>> print markdown.markdown('Text with double__underscore__words.', ... extensions=['smart_strong'])

Text with double__underscore__words.

>>> print markdown.markdown('__Strong__ still works.', ... extensions=['smart_strong'])

Strong still works.

>>> print markdown.markdown('__this__works__too__.', ... extensions=['smart_strong'])

this__works__too.

Copyright 2011 [Waylan Limberg](http://achinghead.com) )absolute_import)unicode_literals) Extension)SimpleTagPatternz%(?emphasis2N)r STRONG_REinlinePatternsaddSMART_STRONG_RE)selfmd md_globalsr-build/lib/markdown/extensions/smart_strong.pyextendMarkdown$sz%SmartEmphasisExtension.extendMarkdownN)__name__ __module__ __qualname____doc__rrrrrr!s rcCstdt|S)Nconfigs)rdict)rrrr makeExtension)srN) r __future__rrrinlinepatternsrr r rrrrrrs