Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding mdx_extra. This is a first try and, while it works, does not | Waylan Limberg | 2008-08-06 | 1 | -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. |