function smarty_modifier_markdown in Markdown 6
Same name and namespace in other branches
- 5 markdown.php \smarty_modifier_markdown()
File
- ./
markdown.php, line 189
Code
function smarty_modifier_markdown($text) {
return Markdown($text);
}
function smarty_modifier_markdown($text) {
return Markdown($text);
}