aboutsummaryrefslogtreecommitdiffstats
path: root/mdx_extra.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized the extensions into a seperate dir. Much cleaner looking file ↵Waylan Limberg2008-08-091-52/+0
| | | | system IMO.
* Adding mdx_extra. This is a first try and, while it works, does notWaylan Limberg2008-08-061-0/+52
nessecarily pass configs through to the individual extensions properly. Not sure if it's a bug in markdown.py or should be addressed in the extension, or both (internal extensions are getting `configs=[]` instead of `configs={}`). A quick hack in this extension (`configs=dict(configs)`) avoids any errors but may munge any configs it passes on. Needs more testing. Note I have not added it to the distribution (via setup.py of MANIFEST) as its not quite ready for prime-time yet.