The only way I could find to use it (in a template) was to capture the content and pass it to the modifier.
Code: Select all
{capture name=stuff}{content}{/capture}{$smarty.capture.stuff|markdown}Code: Select all
{capture name=stuff}{content}{/capture}{$smarty.capture.stuff|markdown}