Repository URL to install this package:
|
Version:
2.6.6 ▾
|
ó ÂöWc @@ 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 d Z d S( u¸ Definition List Extension for Python-Markdown ============================================= Adds parsing of Definition Lists to Python-Markdown. See <https://pythonhosted.org/Markdown/extensions/definition_lists.html> for documentation. Original code Copyright 2008 [Waylan Limberg](http://achinghead.com) All changes Copyright 2008-2014 The Python Markdown Project License: [BSD](http://www.opensource.org/licenses/bsd-license.php) i ( t absolute_import( t unicode_literalsi ( t Extensioni ( t BlockProcessort ListIndentProcessor( t etreeNt DefListProcessorc B@ s>