ó į\c @@ sŲ d Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z d d l Z e j d Z d e f d YZ d e f d YZ d e f d YZ d d Z d S( uĢ Abbreviation Extension for Python-Markdown ========================================== This extension adds abbreviation handling to Python-Markdown. Simple Usage: >>> import markdown >>> text = """ ... Some text with an ABBR and a REF. Ignore REFERENCE and ref. ... ... *[ABBR]: Abbreviation ... *[REF]: Abbreviation Reference ... """ >>> print markdown.markdown(text, ['abbr'])
Some text with an ABBR and a REF. Ignore REFERENCE and ref.
Copyright 2007-2008 * [Waylan Limberg](http://achinghead.com/) * [Seemant Kulleen](http://www.kulleen.org/) i ( t absolute_import( t unicode_literalsi ( t Extensioni ( t Preprocessor( t Pattern( t etreet AtomicStringNu, [*]\[(?P[^\]]*)\][ ]?:\s*(?P