From: Waylan L. <wa...@gm...> - 2007-10-03 18:26:11
|
I've just released a Meta-Data Extension[1] for Python-Markdown. I've also updated the WikiLink[2] and Abbreviation[3] extensions to support it. I should note that the extension does *not* do anything with the meta-data, but simply extracts the data from the document and makes it available for use by other code. Read the full announcment [4] and the docs [1] for more details, or view the code [5]. Any and all feedback is welcome. [1]: http://achinghead.com/markdown/meta/ [2]: http://achinghead.com/markdown/wikilink/ [3]: http://achinghead.com/markdown/abbr/ [4]: http://achinghead.com/archive/78/announcing-meta-data-extension-python-markdown/ [5]: https://code.achinghead.com/browser/mdx/meta/trunk/mdx_meta.py -- ---- Waylan Limberg wa...@gm... |