Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
markdown
/
extensions
/
File Content:
attr_list.pyc
� �(�Sc @@ s8 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 Z y e j Z Wn! e k r� d d l m Z n Xd � Z d � Z d � Z d � Z e d e f d e f d e f d e f d g � Z d � Z d � Z d e f d � � YZ d e f d � � YZ i d � Z d S( u� Attribute List Extension for Python-Markdown ============================================ Adds attribute list syntax. Inspired by [maruku](http://maruku.rubyforge.org/proposal.html#attribute_lists)'s feature of the same name. Copyright 2011 [Waylan Limberg](http://achinghead.com/). Contact: markdown@freewisdom.org License: BSD (see ../LICENSE.md for details) Dependencies: * [Python 2.4+](http://python.org) * [Markdown 2.1+](http://packages.python.org/Markdown/) i ( t absolute_import( t unicode_literalsi ( t Extensioni ( t Treeprocessor( t isBlockLevelN( t Scannerc C@ s( | j d � \ } } | | j d � f S( Nu =u "( t splitt strip( t st tt kt v( ( sA /usr/lib/python2.7/site-packages/markdown/extensions/attr_list.pyt _handle_double_quote"