Consider this text text = """ **bold** ''italic'' ``code`` [[anchor]] [[link to #anchor]] http://example/image.jpg (embeds the image) http://example/image.mp3 (embeds the audio) http://example/image.mp4 (embeds the video) @{hello} (embeds the variable hello) @{controller/function/a/r/g/s.extension} (converts to the corresponding full URL http://..../app/controller/function/a/r/g/s.extension) """
print MARKMIN(text, url=True,environment=dict(hello='hello')) Can see the implications for use in CMS? Suggestions for improvements? This is experimental and I am not completely sure about the syntax. Massimo

