Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
markdown
/
extensions
/
File Content:
def_list.pyc
� �(�Sc @@ s� d 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 m Z d d l Z d e f d � � YZ d e f d � � YZ d e f d � � YZ i d � Z d S( u� Definition List Extension for Python-Markdown ============================================= Added parsing of Definition Lists to Python-Markdown. A simple example: Apple : Pomaceous fruit of plants of the genus Malus in the family Rosaceae. : An american computer company. Orange : The fruit of an evergreen tree of the genus Citrus. Copyright 2008 - [Waylan Limberg](http://achinghead.com) i ( t absolute_import( t unicode_literalsi ( t Extensioni ( t BlockProcessort ListIndentProcessor( t etreeNt DefListProcessorc B@ s>