\ @ 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 Gd d d e Z Gd d d e Z Gd d d e Z d d d Z d S)a 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/) )absolute_import)unicode_literals ) Extension )Preprocessor)Pattern)etreeAtomicStringNz,[*]\[(?P[^\]]*)\][ ]?:\s*(?P