Smarty Markdown modifier
Posted: Tue Apr 12, 2005 6:09 pm
I installed Markdown as a Smarty modifier.
The only way I could find to use it (in a template) was to capture the content and pass it to the modifier.
Any other ideas?
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}