public
Description: Plugins for TiddlyWeb
Homepage: http://tiddlyweb.peermore.com/
Clone URL: git://github.com/tiddlyweb/tiddlyweb-plugins.git
commit  9eb608a46ad2375ba501acefe0928718c9379e73
tree    9a03cfed46b1bd2582c8f62fc883faea2e003108
parent  2ae4d8b9e2337e80d0abbb664b803c868be90812
tiddlyweb-plugins / markdown
name age message
..
file README Loading commit data...
file markdown.py
file tiddlywebconfig.py
markdown/README
A quick hack to support markdown syntax when rendering tiddlers.

All this is does is call markdown2.markdown(tiddler.text) and return
the generated HTML.

Which works a treat.