to use it, just modify your templates in one of these two ways:
a) Use markdown as a block tag
you can do something like this in your template.
Code: Select all
{markdown}
{content wysiwig=false}
{/markdown}
Code: Select all
{content wysiwig=false | markdown }
The markdown syntax is available here: http://daringfireball.net/projects/markdown/syntax
Have fun everybody.