|
From: Ron G. <ro...@fl...> - 2009-02-12 01:12:30
|
Hi,
What is the current state of the wikilinks extension? I've tried to
get it to work with both 1.7 and 2.0 without success. In 2.0 the
extension seems to load OK, but it doesn't actually work:
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import markdown
>>> markdown.markdown('# Test\nWikiLinkTest', ['wikilinks'])
u'<h1>Test</h1>\n<p>WikiLinkTest</p>'
>>> markdown.version_info
(2, 0, 0, 'beta-2')
Am I doing something wrong, or are wikilinks known to not be working?
Thanks,
rg
|