ó Šç\c@@sxdZddlmZddlmZddlmZddlmZdZd Z d efd „ƒYZ id „Z d S(uñ 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) i(tabsolute_import(tunicode_literalsi(t Extensioni(tSimpleTagPatternu%(?emphasis2N(Rt STRONG_REtinlinePatternstaddtSMART_STRONG_RE(tselftmdt md_globals((sD/usr/lib/python2.7/site-packages/markdown/extensions/smart_strong.pytextendMarkdown$s(t__name__t __module__t__doc__R (((sD/usr/lib/python2.7/site-packages/markdown/extensions/smart_strong.pyR!scC@stdt|ƒƒS(Ntconfigs(Rtdict(R((sD/usr/lib/python2.7/site-packages/markdown/extensions/smart_strong.pyt makeExtension)sN( Rt __future__RRtRtinlinepatternsRRRRR(((sD/usr/lib/python2.7/site-packages/markdown/extensions/smart_strong.pyts