Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
markdown
/
extensions
/
File Content:
sane_lists.pyo
� �(�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 Z d e f d � � YZ d e f d � � YZ d e f d � � YZ i d � Z d S( u� Sane List Extension for Python-Markdown ======================================= Modify the behavior of Lists in Python-Markdown t act in a sane manor. In standard Markdown syntax, the following would constitute a single ordered list. However, with this extension, the output would include two lists, the first an ordered list and the second and unordered list. 1. ordered 2. list * unordered * list Copyright 2011 - [Waylan Limberg](http://achinghead.com) i ( t absolute_import( t unicode_literalsi ( t Extensioni ( t OListProcessort UListProcessorNt SaneOListProcessorc B@ s e Z e j d � Z d g Z RS( u ^[ ]{0,3}((\d+\.))[ ]+(.*)u ol( t __name__t __module__t ret compilet CHILD_REt SIBLING_TAGS( ( ( sB /usr/lib/python2.7/site-packages/markdown/extensions/sane_lists.pyR s t SaneUListProcessorc B@ s e Z e j d � Z d g Z RS( u ^[ ]{0,3}(([*+-]))[ ]+(.*)u ul( R R R R R R ( ( ( sB /usr/lib/python2.7/site-packages/markdown/extensions/sane_lists.pyR "